]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r19123: - pass LDFLAGS from configure to Makefile
authorStefan Metzmacher <metze@samba.org>
Fri, 6 Oct 2006 11:02:59 +0000 (11:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:37 +0000 (14:20 -0500)
  which should fix the build on Tru64 in the build farm.

Thanks to Bjoern Jacke for finding this!

metze
(This used to be commit 165722a16cf9b8e3f352ed44285cdae0fba66536)

source4/lib/ldb/Makefile.in

index 106e493530a11f76cd108210ea15b9001b128f37..ce23f309d3984cdc6900b7ecb29f993e15ccf352 100644 (file)
@@ -22,7 +22,7 @@ CFLAGS=-I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \
        @POPT_CFLAGS@ -I@tallocdir@ -I@tdbdir@/include -I@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 \