diff options
author | Alexander Gabert <pappy@gentoo.org> | 2003-09-06 15:01:40 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2003-09-06 15:01:40 +0000 |
commit | 53f34f0682872da11b6a655093855cbac9ae0c91 (patch) | |
tree | 6a51a525a720b2540cc1dd9d735139176e67b12a /media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild | |
parent | added hardened-gcc ignore flags for stable ebuild also (diff) | |
download | historical-53f34f0682872da11b6a655093855cbac9ae0c91.tar.gz historical-53f34f0682872da11b6a655093855cbac9ae0c91.tar.bz2 historical-53f34f0682872da11b6a655093855cbac9ae0c91.zip |
added hardened-gcc ignore flags for stable ebuild also
Diffstat (limited to 'media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild')
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild index 9d363bfb3c9f..cb95dcea6b09 100644 --- a/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild,v 1.18 2003/08/20 16:40:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.5-r1.ebuild,v 1.19 2003/09/06 15:01:34 pappy Exp $ inherit flag-o-matic @@ -24,6 +24,8 @@ filter-flags -fno-common [ $ARCH = alpha ] && append-flags -fPIC [ $ARCH = hppa ] && append-flags -fPIC [ $ARCH = amd64 ] && append-flags -fPIC +# http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml +has_version 'sys-devel/hardened-gcc' && append-flags '-yet_exec' src_unpack() { unpack ${A} |