Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup/files: 1.2-strip.patch
Date: Mon, 22 Dec 2008 05:36:19
Message-Id: E1LEdSX-00052w-9Q@stork.gentoo.org
1 jer 08/12/22 05:36:05
2
3 Added: 1.2-strip.patch
4 Log:
5 Do not let the Makefile append LDFLAGS (bug #252059).
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.1 sys-apps/hwsetup/files/1.2-strip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/files/1.2-strip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/files/1.2-strip.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.2-strip.patch
15 ===================================================================
16 --- hwsetup-1.2/Makefile.orig 2005-05-07 15:20:44.000000000 +0200
17 +++ hwsetup-1.2/Makefile 2008-12-22 06:27:41.000000000 +0100
18 @@ -3,7 +3,7 @@
19 # define BLACKLIST to avoid loading potentially dangerous modules
20 CFLAGS=-DBLACKLIST -Wall -fPIC
21 OPT=-O2
22 -LDFLAGS=-s
23 +#LDFLAGS=-s
24 LIBS=-lkudzu -lpci
25 CC=gcc