mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -10,6 +10,7 @@ _BUILDDEFS_INCLUDED_ = 1
|
||||
DEBUG = @debug_build@
|
||||
OPTIMIZER = @opt_build@
|
||||
MALLOCLIB = @malloc_lib@
|
||||
LOADERFLAGS = @LDFLAGS@
|
||||
|
||||
LIBXFS = @libxfs@
|
||||
LIBACL = @libacl@
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user