summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-13 23:41:42 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-13 23:41:42 +0000
commit899901482b497a4c6f74b0804408c7086528fbcc (patch)
treed7840f9e9be03529f6a5a7b0386a315b80c87ce9 /sys-fs/xfsprogs/files
parentRespect LDFLAGS while linking the library. (diff)
downloadhistorical-899901482b497a4c6f74b0804408c7086528fbcc.tar.gz
historical-899901482b497a4c6f74b0804408c7086528fbcc.tar.bz2
historical-899901482b497a4c6f74b0804408c7086528fbcc.zip
Respect LDFLAGS while linking the library.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-fs/xfsprogs/files')
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch b/sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch
new file mode 100644
index 000000000000..f5f1ebb74f12
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-2.8.21-LDFLAGS.patch
@@ -0,0 +1,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