summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-13 23:38:41 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-13 23:38:41 +0000
commit3a24bba0d0e46b1bc33d3f1bd865908ad9e5a24a (patch)
tree0594289ab7f1f14693e04c20cc381ea20c0d6812 /sys-apps/dmapi/files
parentFix compilation with new dev-libs/boost versions (diff)
downloadhistorical-3a24bba0d0e46b1bc33d3f1bd865908ad9e5a24a.tar.gz
historical-3a24bba0d0e46b1bc33d3f1bd865908ad9e5a24a.tar.bz2
historical-3a24bba0d0e46b1bc33d3f1bd865908ad9e5a24a.zip
Respect LDFLAGS while linking the library.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-apps/dmapi/files')
-rw-r--r--sys-apps/dmapi/files/dmapi-2.2.8-LDFLAGS.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/dmapi/files/dmapi-2.2.8-LDFLAGS.patch b/sys-apps/dmapi/files/dmapi-2.2.8-LDFLAGS.patch
new file mode 100644
index 000000000000..f5f1ebb74f12
--- /dev/null
+++ b/sys-apps/dmapi/files/dmapi-2.2.8-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