]> git.pld-linux.org Git - packages/samba.git/commitdiff
- add missing librarier for linking
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Jun 2007 19:42:27 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-libs-needed.patch -> 1.1

samba-libs-needed.patch [new file with mode: 0644]

diff --git a/samba-libs-needed.patch b/samba-libs-needed.patch
new file mode 100644 (file)
index 0000000..743ac0c
--- /dev/null
@@ -0,0 +1,11 @@
+--- samba-3.0.24/source/Makefile.in.orig       2007-06-06 19:58:02.000000000 +0200
++++ samba-3.0.24/source/Makefile.in    2007-06-06 21:41:44.123092868 +0200
+@@ -1386,7 +1386,7 @@
+ bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_PICOOBJ)
+       @echo "Linking shared library $@"
+-      @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_PICOOBJ) -lpam $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS)
++      @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_PICOOBJ) -lpam $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS) $(PASSDB_LIBS) $(NSCD_LIBS)
+ bin/tdbbackup@EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy
+       @echo Linking $@
This page took 0.20028 seconds and 4 git commands to generate.