Allow LDFLAGS to come from build env, for the Gentoo fringe dwellers.

Merge of master-melb:xfs-cmds:25860a by kenmcd.
This commit is contained in:
Nathan Scott
2006-05-02 03:50:41 +00:00
parent 9fe48075ca
commit 1c53da1e7b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ _BUILDDEFS_INCLUDED_ = 1
DEBUG = @debug_build@
OPTIMIZER = @opt_build@
MALLOCLIB = @malloc_lib@
LOADERFLAGS = @LDFLAGS@
LIBXFS = @libxfs@
LIBACL = @libacl@
+1 -1
View File
@@ -9,7 +9,7 @@ BUILDRULES = $(TOPDIR)/include/buildrules
# $(CXXFILES), or $(HFILES) and is used to construct the manifest list
# during the "dist" phase (packaging).
LDFLAGS = $(LLDFLAGS)
LDFLAGS += $(LOADERFLAGS) $(LLDFLAGS)
LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB)
MAKEOPTS = --no-print-directory