diff options
author | 2003-09-07 10:02:40 +0000 | |
---|---|---|
committer | 2003-09-07 10:02:40 +0000 | |
commit | 035cdf66181539d1f220176e1c67cff8cdea8cd1 (patch) | |
tree | e6743f99a79224526a304f8785b867012cdec013 /app-office/openoffice | |
parent | added hardened-gcc exclude flags (diff) | |
download | historical-035cdf66181539d1f220176e1c67cff8cdea8cd1.tar.gz historical-035cdf66181539d1f220176e1c67cff8cdea8cd1.tar.bz2 historical-035cdf66181539d1f220176e1c67cff8cdea8cd1.zip |
added hardened-gcc exclude flags
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.3-r1.ebuild | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index 0d7461f06d30..6b509bac2113 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,5 +1,5 @@ -MD5 3dc75409576007969af249373bfc369a ChangeLog 8631 -MD5 5601aed8a803f4afcb24a66a6b0856db openoffice-1.0.3-r1.ebuild 21908 +MD5 dfc171fef661d6ac490603af05e493db ChangeLog 8631 +MD5 64d84cd59e6cc059b4ab4275c95db675 openoffice-1.0.3-r1.ebuild 21905 MD5 a0e98d7a2bf0087c20d16557d8cc2513 openoffice-1.1_beta2-r1.ebuild 17157 MD5 55a70be44ff3c745a1216b9f8ef044d1 openoffice-1.1_rc1.ebuild 16997 MD5 df39d3ec6066411adef82f967f28c715 openoffice-1.1_rc2.ebuild 19163 diff --git a/app-office/openoffice/openoffice-1.0.3-r1.ebuild b/app-office/openoffice/openoffice-1.0.3-r1.ebuild index e2c1ef259dc7..f32ca9de64ad 100644 --- a/app-office/openoffice/openoffice-1.0.3-r1.ebuild +++ b/app-office/openoffice/openoffice-1.0.3-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/app-office/openoffice/openoffice-1.0.3-r1.ebuild,v 1.5 2003/09/06 22:21:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3-r1.ebuild,v 1.6 2003/09/07 10:02:33 pappy Exp $ # IMPORTANT: This is extremely alpha!!! @@ -377,6 +377,13 @@ src_compile() { export CC="$(gcc-getCC)" export CXX="$(gcc-getCXX)" + # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml - #27761 + if has_version 'sys-devel/hardened-gcc' && [ "${CC}"="gcc" ] + then + export CC="${CC} -yet_exec" + export CXX="${CXX} -yet_exec" + fi + # Enable ccache for this build (Az) if [ "${FEATURES/-ccache/}" = "${FEATURES}" -a \ "${FEATURES/ccache/}" != "${FEATURES}" -a \ |