diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-10 08:35:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-10-10 08:35:14 +0000 |
commit | b33cdf11babcc40020fad68ba7d8deb085ac8173 (patch) | |
tree | 6bab69672cb437b76047f4f13060b398426895e2 /net-misc/aggregate/files | |
parent | add cxx use flag (diff) | |
download | gentoo-2-b33cdf11babcc40020fad68ba7d8deb085ac8173.tar.gz gentoo-2-b33cdf11babcc40020fad68ba7d8deb085ac8173.tar.bz2 gentoo-2-b33cdf11babcc40020fad68ba7d8deb085ac8173.zip |
Fix pre-stripping for bug #240930, also now builds with the user CFLAGS and LDFLAGS.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'net-misc/aggregate/files')
-rw-r--r-- | net-misc/aggregate/files/aggregate-1.6-build-fixup.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch b/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch new file mode 100644 index 000000000000..51c9f9f96128 --- /dev/null +++ b/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch @@ -0,0 +1,14 @@ +diff -Nuar aggregate-1.6.orig/Makefile.in aggregate-1.6/Makefile.in +--- aggregate-1.6.orig/Makefile.in 2002-03-06 08:59:37.000000000 -0800 ++++ aggregate-1.6/Makefile.in 2008-10-10 01:31:42.613937925 -0700 +@@ -25,8 +25,8 @@ + INSTALL = @INSTALL@ + DEFS = @DEFS@ + LIBS = @LIBS@ +-CFLAGS = -O +-LDFLAGS = -s ++CFLAGS += ++LDFLAGS += + prefix = @prefix@ + + SHELL = /bin/sh |