SOURCES: pam-pam_unix-linking.patch (NEW) - link pam_unix.so with -lpam s...

glen glen at pld-linux.org
Thu Oct 16 22:53:41 CEST 2008


Author: glen                         Date: Thu Oct 16 20:53:41 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link pam_unix.so with -lpam
  see http://openvpn.net/archive/openvpn-devel/2005-06/msg00038.html
  also http://pam.cvs.sourceforge.net/viewvc/pam/Linux-PAM/modules/pam_unix/Makefile?r1=1.4&r2=1.5&diff_format=u

---- Files affected:
SOURCES:
   pam-pam_unix-linking.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pam-pam_unix-linking.patch
diff -u /dev/null SOURCES/pam-pam_unix-linking.patch:1.1
--- /dev/null	Thu Oct 16 22:53:41 2008
+++ SOURCES/pam-pam_unix-linking.patch	Thu Oct 16 22:53:35 2008
@@ -0,0 +1,12 @@
+--- pam-pld-0.80.1/modules/pam_unix/Makefile.am~	2005-07-11 17:46:12.000000000 +0300
++++ pam-pld-0.80.1/modules/pam_unix/Makefile.am	2008-10-16 23:37:06.969192248 +0300
+@@ -42,7 +42,8 @@
+ 			  yppasswd_xdr.c
+ pam_unix_la_LDFLAGS	= -avoid-version -module
+ 
+-pam_unix_la_LIBADD	= $(LIBNSL) $(LIBCRACK) $(LIBSELINUX) ../../pamcrypt/libpamcrypt.la ../pammodutil/libpammodutil.a
++pam_unix_la_LIBADD	= $(LIBNSL) $(LIBCRACK) $(LIBSELINUX) ../../pamcrypt/libpamcrypt.la ../pammodutil/libpammodutil.a \
++	-L$(top_builddir)/libpam -lpam
+ 
+ noinst_HEADERS		= lckpwdf.-c support.h yppasswd.h
+ 
================================================================


More information about the pld-cvs-commit mailing list