From: Barry Naujok Date: Thu, 28 Jun 2007 15:59:26 +0000 (+0000) Subject: make sure the library link respects LDFLAGS X-Git-Tag: v2.10.0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1163c17d815743842413d0f802779db2ed46b2f5;p=thirdparty%2Fxfsprogs-dev.git make sure the library link respects LDFLAGS Merge of master-melb:xfs-cmds:29014a by kenmcd. make sure the library link respects LDFLAGS --- diff --git a/include/buildmacros b/include/buildmacros index b2559efcb..00da8a972 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -10,6 +10,7 @@ BUILDRULES = $(TOPDIR)/include/buildrules # during the "dist" phase (packaging). LDFLAGS += $(LOADERFLAGS) $(LLDFLAGS) +LTLDFLAGS += $(LOADERFLAGS) LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) MAKEOPTS = --no-print-directory