diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:34:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:34:51 +0000 |
commit | b8b97add64a22ccd3468e702e657e7c0e574a505 (patch) | |
tree | d3ff61cd43f901d6c2b5989d0e071819455418d9 /sys-apps/attr/files | |
parent | Initial Import. Ebuild by Kai Huuhko <kai.huuhko@gmail.com> and Thomas Cort <... (diff) | |
download | historical-b8b97add64a22ccd3468e702e657e7c0e574a505.tar.gz historical-b8b97add64a22ccd3468e702e657e7c0e574a505.tar.bz2 historical-b8b97add64a22ccd3468e702e657e7c0e574a505.zip |
also apply LDFLAGS to libs
Package-Manager: portage-2.1_pre9
Diffstat (limited to 'sys-apps/attr/files')
-rw-r--r-- | sys-apps/attr/files/attr-2.4.28-LDFLAGS.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/attr/files/attr-2.4.28-LDFLAGS.patch b/sys-apps/attr/files/attr-2.4.28-LDFLAGS.patch index b46efa5e60b4..9ed5d29bbf2f 100644 --- a/sys-apps/attr/files/attr-2.4.28-LDFLAGS.patch +++ b/sys-apps/attr/files/attr-2.4.28-LDFLAGS.patch @@ -4,12 +4,13 @@ http://bugs.gentoo.org/126825 --- include/buildmacros +++ include/buildmacros -@@ -9,7 +9,7 @@ +@@ -9,7 +9,8 @@ # $(CXXFILES), or $(HFILES) and is used to construct the manifest list # during the "dist" phase (packaging). -LDFLAGS = $(LLDFLAGS) -+LDFLAGS += $(LLDFLAGS) ++LDFLAGS += $(LDFLAGS_OPT) $(LLDFLAGS) ++LTLDFLAGS += $(LDFLAGS_OPT) LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) MAKEOPTS = --no-print-directory @@ -19,7 +20,7 @@ http://bugs.gentoo.org/126825 DEBUG = @debug_build@ OPTIMIZER = @opt_build@ -+LDFLAGS = @LDFLAGS@ ++LDFLAGS_OPT = @LDFLAGS@ MALLOCLIB = @malloc_lib@ LIBATTR = $(TOPDIR)/libattr/libattr.la |