diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-09-07 16:30:36 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-09-07 16:30:36 +0000 |
commit | ca301e0ec782bec4758eff66b204380a07589dd3 (patch) | |
tree | 5610e61255435a5d4f07d3b61f13250a841acdab /net-dns/hesiod/hesiod-3.0.2.ebuild | |
parent | add depscan.sh to postinst, fixes 25066, thanks to kloeri (diff) | |
download | gentoo-2-ca301e0ec782bec4758eff66b204380a07589dd3.tar.gz gentoo-2-ca301e0ec782bec4758eff66b204380a07589dd3.tar.bz2 gentoo-2-ca301e0ec782bec4758eff66b204380a07589dd3.zip |
added filter-flags -fstack-protector, fixes bug #26332, thanks to kloeri
Diffstat (limited to 'net-dns/hesiod/hesiod-3.0.2.ebuild')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index aa898b815503..9d538dd31224 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2003 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.ebuild,v 1.7 2003/06/15 11:33:47 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.8 2003/09/07 16:30:26 iggy Exp $ + +inherit flag-o-matic +filter-flags -fstack-protector S=${WORKDIR}/${P} DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently." |