Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
pam_chroot
pam_chroot-0.9.2.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pam_chroot-0.9.2.dif of Package pam_chroot
--- Makefile +++ Makefile 2008/04/03 07:54:31 @@ -6,17 +6,20 @@ # "=" variables. you cannot have recursive definitions if you do that. CFLAGS := -fPIC -O2 -Wall -Werror -pedantic $(CFLAGS) CPPFLAGS := -I. -LDFLAGS := -x --shared $(LDFLAGS) +LDFLAGS := --shared -Wl,-soname -Wl,pam_chroot.so $(LDFLAGS) OUT=pam_chroot.so all: $(OUT) %.so: %.o - $(LD) $(LDFLAGS) -o $@ $< -lpam + $(CC) $(LDFLAGS) -o $@ $< -lpam clean: rm -f *.o $(OUT) install: - install -s -o0 -g0 -m755 $(OUT) /lib/security + mkdir -p $(DESTDIR)/{etc,lib}/security + install -m755 $(OUT) $(DESTDIR)/lib/security + install -m644 chroot.conf $(DESTDIR)/etc/security +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor