[Pkg-samba-maint] r2763 - branches/samba/experimental/debian/patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat May 16 12:15:24 UTC 2009
Author: bubulle
Date: 2009-05-16 12:15:24 +0000 (Sat, 16 May 2009)
New Revision: 2763
Added:
branches/samba/experimental/debian/patches/smbclient-link.patch
Modified:
branches/samba/experimental/debian/patches/series
branches/samba/experimental/debian/patches/undefined-symbols.patch
Log:
Add missing link with libz
Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series 2009-05-16 05:47:42 UTC (rev 2762)
+++ branches/samba/experimental/debian/patches/series 2009-05-16 12:15:24 UTC (rev 2763)
@@ -15,3 +15,4 @@
smbtar-bashism.patch
no-unnecessary-cups.patch
fix-manpages-warnings.patch
+smbclient-link.patch
Added: branches/samba/experimental/debian/patches/smbclient-link.patch
===================================================================
--- branches/samba/experimental/debian/patches/smbclient-link.patch (rev 0)
+++ branches/samba/experimental/debian/patches/smbclient-link.patch 2009-05-16 12:15:24 UTC (rev 2763)
@@ -0,0 +1,21 @@
+Goal: Add missing link with libz
+
+Fixes: Build failure..:-)
+
+Status wrt upstream: Should be forwarded
+
+Note:
+
+Index: samba-3.4.0pre1/source3/Makefile.in
+===================================================================
+--- samba-3.4.0pre1.orig/source3/Makefile.in
++++ samba-3.4.0pre1/source3/Makefile.in
+@@ -2124,7 +2124,7 @@
+ @echo Linking shared library $@
+ @$(SHLD_DSO) -Wl,-z,defs $(LIBSMBCLIENT_OBJ) \
+ $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBWBCLIENT_LIBS) $(LIBS) \
+- $(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) \
++ $(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) $(ZLIB_LIBS) \
+ @SONAMEFLAG@`basename $@`
+
+ $(LIBSMBCLIENT_SHARED_TARGET): $(LIBSMBCLIENT_SHARED_TARGET_SONAME)
Modified: branches/samba/experimental/debian/patches/undefined-symbols.patch
===================================================================
--- branches/samba/experimental/debian/patches/undefined-symbols.patch 2009-05-16 05:47:42 UTC (rev 2762)
+++ branches/samba/experimental/debian/patches/undefined-symbols.patch 2009-05-16 12:15:24 UTC (rev 2763)
@@ -9,10 +9,10 @@
Note:
-Index: samba-3.4.0pre1/source3/Makefile.in
+Index: samba-3.4.0~pre1/source3/Makefile.in
===================================================================
---- samba-3.4.0pre1.orig/source3/Makefile.in
-+++ samba-3.4.0pre1/source3/Makefile.in
+--- samba-3.4.0~pre1.orig/source3/Makefile.in 2009-05-09 20:36:33.735433063 +0200
++++ samba-3.4.0~pre1/source3/Makefile.in 2009-05-16 09:46:02.135574618 +0200
@@ -2122,7 +2122,7 @@
$(LIBSMBCLIENT_SHARED_TARGET_SONAME): $(BINARY_PREREQS) $(LIBSMBCLIENT_OBJ) $(LIBSMBCLIENT_SYMS) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@ @LIBWBCLIENT_TARGET@
More information about the Pkg-samba-maint
mailing list