Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/quidscor/files: quidscor-1.2.48-strip.patch
Date: Thu, 22 Jan 2009 19:57:25
Message-Id: E1LQ5g3-0005wp-4q@stork.gentoo.org
1 jer 09/01/22 19:57:23
2
3 Added: quidscor-1.2.48-strip.patch
4 Log:
5 Do not strip (bug #251982).
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/quidscor/files/quidscor-1.2.48-strip.patch?rev=1.1&content-type=text/plain
13
14 Index: quidscor-1.2.48-strip.patch
15 ===================================================================
16 --- quidscor-1.2.48/Makefile.orig 2009-01-22 20:51:23.000000000 +0100
17 +++ quidscor-1.2.48/Makefile 2009-01-22 20:52:29.000000000 +0100
18 @@ -69,7 +69,6 @@
19
20 $(PNAME): $(PNAME).debug
21 $(CP) $(PNAME).debug $@
22 - $(STRIP) $@
23
24 $(PNAME).debug: libqg/libqg.a $(OFILES) Makefile
25 $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OFILES) $(LIBS)