SOURCES: samba-smbwrapper.patch - link with tdb (or else: "../../../sour...

sls sls at pld-linux.org
Fri Oct 10 00:11:45 CEST 2008


Author: sls                          Date: Thu Oct  9 22:11:45 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link with tdb (or else:
   "../../../source/bin/libsmbclient.so: undefined reference to `tdb_foo'")

---- Files affected:
SOURCES:
   samba-smbwrapper.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/samba-smbwrapper.patch
diff -u SOURCES/samba-smbwrapper.patch:1.5 SOURCES/samba-smbwrapper.patch:1.6
--- SOURCES/samba-smbwrapper.patch:1.5	Sun Aug 31 22:24:07 2008
+++ SOURCES/samba-smbwrapper.patch	Fri Oct 10 00:11:40 2008
@@ -2,7 +2,7 @@
 +++ samba/examples/libsmbclient/smbwrapper/Makefile	2008-08-31 22:14:39.501606988 +0200
 @@ -1,4 +1,4 @@
 -LIBS = -lwbclient -lsmbclient -ldl
-+LIBS = -lwbclient -lsmbclient -ltalloc -ldl
++LIBS = -lwbclient -ltdb -lsmbclient -ltalloc -ldl
  DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
  
  CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/samba-smbwrapper.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list