diff options
author | 2008-10-10 08:35:14 +0000 | |
---|---|---|
committer | 2008-10-10 08:35:14 +0000 | |
commit | 0aecc42c2cfa388de04e8bba47358dfda6522542 (patch) | |
tree | 1d4e2b80366634f9e94dd542ba44352cd020e5bc /net-misc/aggregate/files | |
parent | add cxx use flag (diff) | |
download | historical-0aecc42c2cfa388de04e8bba47358dfda6522542.tar.gz historical-0aecc42c2cfa388de04e8bba47358dfda6522542.tar.bz2 historical-0aecc42c2cfa388de04e8bba47358dfda6522542.zip |
Fix pre-stripping for bug #240930, also now builds with the user CFLAGS and LDFLAGS.
Package-Manager: portage-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 |