]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- find libpam.so in proper dir. [testing patch...]
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 2 Jul 2004 08:01:06 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd-amd64-findlibs.patch -> 1.1

vsftpd-amd64-findlibs.patch [new file with mode: 0644]

diff --git a/vsftpd-amd64-findlibs.patch b/vsftpd-amd64-findlibs.patch
new file mode 100644 (file)
index 0000000..23af36b
--- /dev/null
@@ -0,0 +1,11 @@
+--- vsftpd-2.0.0/vsf_findlibs.sh.orig  2004-06-04 01:57:45.000000000 +0200
++++ vsftpd-2.0.0/vsf_findlibs.sh       2004-07-02 09:57:56.793388824 +0200
+@@ -18,6 +18,8 @@
+   locate_library /usr/lib/libpam.sl && echo "-lpam";
+   # AIX ends shared libraries with .a
+   locate_library /usr/lib/libpam.a && echo "-lpam";
++  # amd64
++  locate_library /usr/lib64/libpam.so && echo "-lpam";
+ else
+   locate_library /lib/libcrypt.so && echo "-lcrypt";
+   locate_library /usr/lib/libcrypt.so && echo "-lcrypt";
This page took 0.065963 seconds and 4 git commands to generate.