diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 07:46:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 07:46:50 +0000 |
commit | 2d1a1b217550418e9c8600acc854baa8f7f659fa (patch) | |
tree | 62e6c8873acaf8d051ac6efade042bc7fd315675 /net-dns/hesiod/hesiod-3.0.2-r1.ebuild | |
parent | Compile problem fixed, see bug #13244 (diff) | |
download | historical-2d1a1b217550418e9c8600acc854baa8f7f659fa.tar.gz historical-2d1a1b217550418e9c8600acc854baa8f7f659fa.tar.bz2 historical-2d1a1b217550418e9c8600acc854baa8f7f659fa.zip |
filter-flags in src_unpack; header fix
Diffstat (limited to 'net-dns/hesiod/hesiod-3.0.2-r1.ebuild')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index c89c3e77fe6c..78cc97261157 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.4 2004/02/05 03:03:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.5 2004/02/24 07:46:50 mr_bones_ Exp $ inherit flag-o-matic eutils -filter-flags -fstack-protector DESCRIPTION="system which uses existing DNS functionality to provide access to databases of information that changes infrequently" HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" @@ -19,6 +18,8 @@ src_unpack() { unpack ${A} cd ${S} + filter-flags -fstack-protector + #Patches stolen from RH epatch ${FILESDIR}/hesiod-${PV}-redhat.patch.gz autoconf || die "autoconf failed" |