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

metze at samba.org metze at samba.org
Fri Oct 6 11:03:01 GMT 2006


Author: metze
Date: 2006-10-06 11:02:59 +0000 (Fri, 06 Oct 2006)
New Revision: 19123

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

Log:
- pass LDFLAGS from configure to Makefile
  which should fix the build on Tru64 in the build farm.

Thanks to Bjoern Jacke for finding this!

metze
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-10-06 11:01:05 UTC (rev 19122)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-10-06 11:02:59 UTC (rev 19123)
@@ -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@ @POPT_LIBS@
+LIB_FLAGS=@LDFLAGS@ -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