Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aggregate/files: aggregate-1.6-build-fixup.patch
Date: Fri, 10 Oct 2008 08:35:16
Message-Id: E1KoDSs-00043O-Av@stork.gentoo.org
1 robbat2 08/10/10 08:35:14
2
3 Added: aggregate-1.6-build-fixup.patch
4 Log:
5 Fix pre-stripping for bug #240930, also now builds with the user CFLAGS and LDFLAGS.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/aggregate/files/aggregate-1.6-build-fixup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch?rev=1.1&content-type=text/plain
13
14 Index: aggregate-1.6-build-fixup.patch
15 ===================================================================
16 diff -Nuar aggregate-1.6.orig/Makefile.in aggregate-1.6/Makefile.in
17 --- aggregate-1.6.orig/Makefile.in 2002-03-06 08:59:37.000000000 -0800
18 +++ aggregate-1.6/Makefile.in 2008-10-10 01:31:42.613937925 -0700
19 @@ -25,8 +25,8 @@
20 INSTALL = @INSTALL@
21 DEFS = @DEFS@
22 LIBS = @LIBS@
23 -CFLAGS = -O
24 -LDFLAGS = -s
25 +CFLAGS +=
26 +LDFLAGS +=
27 prefix = @prefix@
28
29 SHELL = /bin/sh