Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: pdns-recursor-3.1.7.ebuild
Date: Sat, 28 Jun 2008 12:10:40
Message-Id: E1KCZGE-0002HZ-Rj@stork.gentoo.org
1 swegener 08/06/28 12:10:34
2
3 Modified: pdns-recursor-3.1.7.ebuild
4 Log:
5 this looks much saner
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
7
8 Revision Changes Path
9 1.2 net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild?r1=1.1&r2=1.2
14
15 Index: pdns-recursor-3.1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pdns-recursor-3.1.7.ebuild 28 Jun 2008 12:08:10 -0000 1.1
22 +++ pdns-recursor-3.1.7.ebuild 28 Jun 2008 12:10:34 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.1 2008/06/28 12:08:10 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild,v 1.2 2008/06/28 12:10:34 swegener Exp $
28
29 inherit toolchain-funcs flag-o-matic
30
31 @@ -29,13 +29,10 @@
32 }
33
34 src_compile() {
35 - # This is tricky, it gets the variables in the Makefile right
36 - local OPTFLAGS="${CFLAGS}" CFLAGS="" CXXFLAGS=""
37 -
38 emake \
39 CC="$(tc-getCC)" \
40 CXX="$(tc-getCXX)" \
41 - OPTFLAGS="${OPTFLAGS}" \
42 + OPTFLAGS="" \
43 LUA_LIBS_CONFIG="-llua" \
44 LUA_CPPFLAGS_CONFIG="" \
45 LUA="$(use lua && echo 1)" \
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list