diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-06 11:02:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:37 -0500 |
commit | d544f8a6de2d2150c213406e336ee099d98417d3 (patch) | |
tree | 807c3405b59ba5dacdb55437688f90e8aa5b3f39 | |
parent | 2210d51e4e6f554d5c97e1a918db7353b2c74606 (diff) | |
download | samba-d544f8a6de2d2150c213406e336ee099d98417d3.tar.gz samba-d544f8a6de2d2150c213406e336ee099d98417d3.tar.bz2 samba-d544f8a6de2d2150c213406e336ee099d98417d3.zip |
r19123: - 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
(This used to be commit 165722a16cf9b8e3f352ed44285cdae0fba66536)
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 106e493530..ce23f309d3 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -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 \ |