summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-13 23:37:32 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-13 23:37:32 +0000
commitf91f01ca3db65c836aeb506af1840bdd0e65461d (patch)
treef5aa9dffaeb80e936ccc86c6652ffcf9bc979a5a /sys-apps/acl/files
parentRespect LDFLAGS while linking the library. (diff)
downloadgentoo-2-f91f01ca3db65c836aeb506af1840bdd0e65461d.tar.gz
gentoo-2-f91f01ca3db65c836aeb506af1840bdd0e65461d.tar.bz2
gentoo-2-f91f01ca3db65c836aeb506af1840bdd0e65461d.zip
Respect LDFLAGS while linking the library.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/acl/files')
-rw-r--r--sys-apps/acl/files/acl-2.2.44-LDFLAGS.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/acl/files/acl-2.2.44-LDFLAGS.patch b/sys-apps/acl/files/acl-2.2.44-LDFLAGS.patch
new file mode 100644
index 000000000000..f5f1ebb74f12
--- /dev/null
+++ b/sys-apps/acl/files/acl-2.2.44-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