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-misc/jigdo/files: jigdo-0.7.3-strip.patch
Date: Fri, 04 Sep 2009 10:41:05
Message-Id: E1Mjb2d-0003fq-37@stork.gentoo.org
1 jer 09/09/04 15:49:35
2
3 Added: jigdo-0.7.3-strip.patch
4 Log:
5 Do not strip (bug #240938).
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-misc/jigdo/files/jigdo-0.7.3-strip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/jigdo/files/jigdo-0.7.3-strip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/jigdo/files/jigdo-0.7.3-strip.patch?rev=1.1&content-type=text/plain
13
14 Index: jigdo-0.7.3-strip.patch
15 ===================================================================
16 --- jigdo-0.7.3/Makefile.in.orig 2006-05-19 16:55:41.000000000 +0200
17 +++ jigdo-0.7.3/Makefile.in 2009-09-04 17:37:31.000000000 +0200
18 @@ -15,7 +15,7 @@
19
20 PACKAGE = jigdo
21 INSTALL = @INSTALL@
22 -INSTALL_EXE = @INSTALL@ -s
23 +INSTALL_EXE = @INSTALL@
24 INSTALL_DATA = @INSTALL@ -m 644
25 INSTALL_SCRIPT = @INSTALL@ -m 755
26 AWK = @AWK@
27 --- jigdo-0.7.3/src/Makefile.in.orig 2005-07-06 17:51:28.000000000 +0200
28 +++ jigdo-0.7.3/src/Makefile.in 2009-09-04 17:38:58.000000000 +0200
29 @@ -161,8 +161,7 @@
30 cd .. && sh config.status; \
31 fi
32 strip:
33 - for p in $(programs); do if test -f "$$p"; then \
34 - strip -R .comment -R .note "$$p"; fi; done
35 + true
36
37 TEST-DEFAULTOBJS = util/log.o util/string-utf.o util/debug.o
38 TEST-LDFLAGS = @LDFLAGS@ $(GLIBLIBS)