diff options
Diffstat (limited to 'sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch')
-rw-r--r-- | sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch b/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch deleted file mode 100644 index 9ed5d29bbf2f..000000000000 --- a/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch +++ /dev/null @@ -1,26 +0,0 @@ -Respect user LDFLAGS - -http://bugs.gentoo.org/126825 - ---- include/buildmacros -+++ include/buildmacros -@@ -9,7 +9,8 @@ - # $(CXXFILES), or $(HFILES) and is used to construct the manifest list - # during the "dist" phase (packaging). - --LDFLAGS = $(LLDFLAGS) -+LDFLAGS += $(LDFLAGS_OPT) $(LLDFLAGS) -+LTLDFLAGS += $(LDFLAGS_OPT) - LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) - - MAKEOPTS = --no-print-directory ---- include/builddefs.in -+++ include/builddefs.in -@@ -9,6 +9,7 @@ - - DEBUG = @debug_build@ - OPTIMIZER = @opt_build@ -+LDFLAGS_OPT = @LDFLAGS@ - MALLOCLIB = @malloc_lib@ - - LIBATTR = $(TOPDIR)/libattr/libattr.la |