Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdrtools/files: cdrtools-2.01.01_alpha50-asneeded.patch
Date: Thu, 30 Apr 2009 01:17:07
Message-Id: E1LzKtd-00040H-Tv@stork.gentoo.org
1 loki_val 09/04/30 01:17:05
2
3 Modified: cdrtools-2.01.01_alpha50-asneeded.patch
4 Log:
5 Fix as-needed patch to not link against libacl unconditionally, bug 265159. Thanks to Michał Górny <web-f13zto@××××××××××.pl>.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?r1=1.1&r2=1.2
14
15 Index: cdrtools-2.01.01_alpha50-asneeded.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cdrtools-2.01.01_alpha50-asneeded.patch 27 Sep 2008 23:57:25 -0000 1.1
22 +++ cdrtools-2.01.01_alpha50-asneeded.patch 30 Apr 2009 01:17:05 -0000 1.2
23 @@ -6,7 +6,7 @@
24
25 include Targets
26 -LIBS=
27 -+LIBS= $(LIB_ACL)
28 ++LIBS= $(LIB_ACL_TEST)
29
30 ###########################################################################
31 include $(SRCROOT)/$(RULESDIR)/rules.lib
32 @@ -18,7 +18,7 @@
33
34 include Targets
35 -LIBS= -lschily -lc
36 -+LIBS= -lschily -lc $(LIB_ACL)
37 ++LIBS= -lschily -lc $(LIB_ACL_TEST)
38
39 ###########################################################################
40 include $(SRCROOT)/$(RULESDIR)/rules.shl