]> git.pld-linux.org Git - packages/pam.git/commitdiff
- link pam_unix.so with -lpam
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Oct 2008 20:53:35 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

Changed files:
    pam-link.patch -> 1.1
    pam-pam_unix-linking.patch -> 1.1

pam-link.patch [new file with mode: 0644]
pam-pam_unix-linking.patch [new file with mode: 0644]

diff --git a/pam-link.patch b/pam-link.patch
new file mode 100644 (file)
index 0000000..acdc4b2
--- /dev/null
@@ -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
diff --git a/pam-pam_unix-linking.patch b/pam-pam_unix-linking.patch
new file mode 100644 (file)
index 0000000..acdc4b2
--- /dev/null
@@ -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
This page took 0.127486 seconds and 4 git commands to generate.