From 1163c17d815743842413d0f802779db2ed46b2f5 Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Thu, 28 Jun 2007 15:59:26 +0000 Subject: [PATCH] make sure the library link respects LDFLAGS Merge of master-melb:xfs-cmds:29014a by kenmcd. make sure the library link respects LDFLAGS --- include/buildmacros | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2