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
commitb26e004f1b655cdf8bf6b7683cc4466bb5e86919 (patch)
tree4b8817a472268922859eeee2d86604be4e580f5b /sys-apps/dmapi/files
parentRespect LDFLAGS while linking the library. (diff)
downloadgentoo-2-b26e004f1b655cdf8bf6b7683cc4466bb5e86919.tar.gz
gentoo-2-b26e004f1b655cdf8bf6b7683cc4466bb5e86919.tar.bz2
gentoo-2-b26e004f1b655cdf8bf6b7683cc4466bb5e86919.zip
Respect LDFLAGS while linking the library.
(Portage version: 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