diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-13 23:34:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-13 23:34:07 +0000 |
commit | 230b886c4863381bd452e4a5bb8e3a99a7eccff7 (patch) | |
tree | 3b462b3e59211498580d6ef065f1fb0ee4dd33f1 /sys-apps/attr/files | |
parent | Fix compilation with new dev-libs/boost versions (diff) | |
download | gentoo-2-230b886c4863381bd452e4a5bb8e3a99a7eccff7.tar.gz gentoo-2-230b886c4863381bd452e4a5bb8e3a99a7eccff7.tar.bz2 gentoo-2-230b886c4863381bd452e4a5bb8e3a99a7eccff7.zip |
Respect LDFLAGS while linking the library.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/attr/files')
-rw-r--r-- | sys-apps/attr/files/attr-2.4.38-LDFLAGS.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/attr/files/attr-2.4.38-LDFLAGS.patch b/sys-apps/attr/files/attr-2.4.38-LDFLAGS.patch new file mode 100644 index 000000000000..f5f1ebb74f12 --- /dev/null +++ b/sys-apps/attr/files/attr-2.4.38-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 |