From b33cdf11babcc40020fad68ba7d8deb085ac8173 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 10 Oct 2008 08:35:14 +0000 Subject: 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) --- net-misc/aggregate/files/aggregate-1.6-build-fixup.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net-misc/aggregate/files/aggregate-1.6-build-fixup.patch (limited to 'net-misc/aggregate/files') 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 -- cgit v1.2.3-65-gdbad