summaryrefslogtreecommitdiff
blob: f5f1ebb74f12f48327153fd1da166fcdbdc6d934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
make sure the library link respects LDFLAGS

http://oss.sgi.com/bugzilla/show_bug.cgi?id=642

--- include/buildmacros
+++ include/buildmacros
@@ -10,6 +10,7 @@
 # during the "dist" phase (packaging).
 
 LDFLAGS += $(LOADERFLAGS) $(LLDFLAGS)
+LTLDFLAGS += $(LOADERFLAGS)
 LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB)
 
 MAKEOPTS = --no-print-directory