svn commit: samba r18166 - in branches/SAMBA_4_0/source/lib/ldb: .

jelmer at samba.org jelmer at samba.org
Wed Sep 6 12:18:15 GMT 2006


Author: jelmer
Date: 2006-09-06 12:18:15 +0000 (Wed, 06 Sep 2006)
New Revision: 18166

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18166

Log:
Fix build with external popt.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-06 12:14:58 UTC (rev 18165)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-06 12:18:15 UTC (rev 18166)
@@ -22,7 +22,7 @@
        @POPT_CFLAGS@ -I at tallocdir@ -I at tdbdir@/include -I at libreplacedir@ \
 	-DLIBDIR=\"$(libdir)\" -DSHLIBEXT=\"@SHLIBEXT@\" -DUSE_MMAP=1 @CFLAGS@
 
-LIB_FLAGS=-Llib -lldb @LIBS@
+LIB_FLAGS=-Llib -lldb @LIBS@ @POPT_LIBS@
 
 LDB_TDB_DIR=ldb_tdb
 LDB_TDB_OBJ=$(LDB_TDB_DIR)/ldb_tdb.o \



More information about the samba-cvs mailing list