summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-06-28 12:10:34 +0000
committerSven Wegener <swegener@gentoo.org>2008-06-28 12:10:34 +0000
commit67422d105f1fc344d5d12b275037994abba3a0ad (patch)
tree5dc07142d5f7cc6889863a0b1c02cf80bec1665a /net-dns/pdns-recursor
parentVersion bump. (diff)
downloadgentoo-2-67422d105f1fc344d5d12b275037994abba3a0ad.tar.gz
gentoo-2-67422d105f1fc344d5d12b275037994abba3a0ad.tar.bz2
gentoo-2-67422d105f1fc344d5d12b275037994abba3a0ad.zip
this looks much saner
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild
index 1d9cde364daa..9aa8a1de7a8e 100644
--- a/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-3.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit toolchain-funcs flag-o-matic
@@ -29,13 +29,10 @@ src_unpack() {
}
src_compile() {
- # This is tricky, it gets the variables in the Makefile right
- local OPTFLAGS="${CFLAGS}" CFLAGS="" CXXFLAGS=""
-
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
- OPTFLAGS="${OPTFLAGS}" \
+ OPTFLAGS="" \
LUA_LIBS_CONFIG="-llua" \
LUA_CPPFLAGS_CONFIG="" \
LUA="$(use lua && echo 1)" \