diff options
Diffstat (limited to 'net-fs/samba-server/files/samba-3.4.2-add-zlib-linking.patch')
-rw-r--r-- | net-fs/samba-server/files/samba-3.4.2-add-zlib-linking.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-fs/samba-server/files/samba-3.4.2-add-zlib-linking.patch b/net-fs/samba-server/files/samba-3.4.2-add-zlib-linking.patch deleted file mode 100644 index f75f7f546de7..000000000000 --- a/net-fs/samba-server/files/samba-3.4.2-add-zlib-linking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- source3/Makefile.in.orig 2009-09-30 14:17:40.000000000 +0200 -+++ source3/Makefile.in 2009-10-07 10:11:56.090719799 +0200 -@@ -1470,7 +1470,7 @@ - @$(CC) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \ - $(LIBSMBCLIENT_OBJ1) $(LIBS) -lkeyutils $(KRB5LIBS) \ - $(LDAP_LIBS) $(LIBTALLOC_LIBS) $(LIBWBCLIENT_LIBS) \ -- $(LIBTDB_LIBS) $(NSCD_LIBS) -+ $(LIBTDB_LIBS) $(NSCD_LIBS) $(ZLIB_LIBS) - - bin/testparm@EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_TARGET@ @LIBTDB_TARGET@ - @echo Linking $@ |