Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
pam_ihosts
> pam_ihosts-Makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pam_ihosts-Makefile.patch of Package pam_ihosts
--- Makefile.in.orig 2015-11-25 21:20:55.454379740 +0100 +++ Makefile.in 2015-11-25 21:47:40.997949688 +0100 @@ -16,7 +16,7 @@ pam_ihosts.so: common.h utility.o pam_module.c gcc -fPIC -fno-stack-protector -c pam_module.c - ld -x --shared -lpam -opam_ihosts.so pam_module.o utility.o + ld -x -lpam -opam_ihosts.so pam_module.o utility.o strip pam_ihosts.so utility.o: utility.h utility.c @@ -27,7 +27,7 @@ $(INSTALL) -d $(DESTDIR)$(libdir)/security $(INSTALL) -d $(DESTDIR)$(mandir)/man8 $(INSTALL) pam_ihosts.so $(DESTDIR)$(libdir)/security - $(INSTALL) pam_ihosts.8 $(DESTDIR)$(mandir)/man8 + $(INSTALL) -m644 pam_ihosts.8 $(DESTDIR)$(mandir)/man8 clean: -rm -f *.o *.so