Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/ink/files: ink-0.5.0-asneeded.patch
Date: Sat, 02 Jan 2010 11:49:19
Message-Id: E1NR2Tt-0006LG-4E@stork.gentoo.org
1 bangert 10/01/02 11:49:17
2
3 Added: ink-0.5.0-asneeded.patch
4 Log:
5 dont mess with CFLAGS - use LDFLAGS (bug #248163 again)
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-print/ink/files/ink-0.5.0-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/files/ink-0.5.0-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/files/ink-0.5.0-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: ink-0.5.0-asneeded.patch
15 ===================================================================
16 --- Makefile.orig 2010-01-02 12:40:28.000000000 +0100
17 +++ Makefile 2010-01-02 12:40:51.000000000 +0100
18 @@ -1,6 +1,6 @@
19 DESTDIR =
20 PREFIX = /usr/local/
21 -CFLAGS += -Wall -O2 -linklevel
22 +LDLIBS = -linklevel
23 CC = gcc
24 OS=linux