diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-27 00:06:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-27 00:06:11 +0000 |
commit | 0799df915816ccd5b66550b3322683646695a5fc (patch) | |
tree | 2fda54e9903b1533b6b3faf0d0493572f616bba8 /net-dns/pdnsd | |
parent | arm/ia64/s390/sh stable (diff) | |
download | gentoo-2-0799df915816ccd5b66550b3322683646695a5fc.tar.gz gentoo-2-0799df915816ccd5b66550b3322683646695a5fc.tar.bz2 gentoo-2-0799df915816ccd5b66550b3322683646695a5fc.zip |
arm/s390 stable
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.2.5.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-dns/pdnsd/pdnsd-1.2.5.ebuild b/net-dns/pdnsd/pdnsd-1.2.5.ebuild index f98283cb57f4..87e5e4599423 100644 --- a/net-dns/pdnsd/pdnsd-1.2.5.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.3 2006/11/20 16:01:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.4 2006/11/27 00:06:11 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.phys.uu.nl/~rombouts/pdnsd/releases/${P}-par.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~s390 sparc x86" +KEYWORDS="~alpha ~amd64 arm ~ppc s390 sparc x86" IUSE="ipv6 debug isdn nptl underscores" pkg_setup() { @@ -21,10 +21,7 @@ pkg_setup() { src_compile() { local myconf="" - if use debug; then - myconf="${myconf} --with-debug=3" - CFLAGS="${CFLAGS} -g" - fi + use debug && myconf="${myconf} --with-debug=3" use nptl && myconf="${myconf} --with-thread-lib=NPTL" [ -c /dev/urandom ] && myconf="${myconf} --with-random-device=/dev/urandom" |