diff options
author | 2013-09-01 15:59:02 +0000 | |
---|---|---|
committer | 2013-09-01 15:59:02 +0000 | |
commit | 3a84fd8203d358d4dcb0fe88b7818a94345cf47b (patch) | |
tree | 51f4f0c26a2558e9a3be919427b3286363fbb36e /net-misc | |
parent | revbump -> EAPI 5, add invocation of tests (diff) | |
download | gentoo-2-3a84fd8203d358d4dcb0fe88b7818a94345cf47b.tar.gz gentoo-2-3a84fd8203d358d4dcb0fe88b7818a94345cf47b.tar.bz2 gentoo-2-3a84fd8203d358d4dcb0fe88b7818a94345cf47b.zip |
Call tc-export AR CC, bug 483278.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/openswan/openswan-2.6.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/openswan/ChangeLog b/net-misc/openswan/ChangeLog index 16f09ad9148a..10a0df01b338 100644 --- a/net-misc/openswan/ChangeLog +++ b/net-misc/openswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/openswan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/ChangeLog,v 1.90 2013/09/01 15:27:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/ChangeLog,v 1.91 2013/09/01 15:59:02 floppym Exp $ + + 01 Sep 2013; Mike Gilbert <floppym@gentoo.org> openswan-2.6.39.ebuild: + Call tc-export AR CC, bug 483278. 01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> openswan-2.6.39.ebuild: Stable for x86, wrt bug #483204 diff --git a/net-misc/openswan/openswan-2.6.39.ebuild b/net-misc/openswan/openswan-2.6.39.ebuild index 4054627cea9e..472140f74332 100644 --- a/net-misc/openswan/openswan-2.6.39.ebuild +++ b/net-misc/openswan/openswan-2.6.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/openswan-2.6.39.ebuild,v 1.3 2013/09/01 15:27:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/openswan-2.6.39.ebuild,v 1.4 2013/09/01 15:59:02 floppym Exp $ EAPI="4" @@ -87,7 +87,6 @@ get_make_options() { DESTDIR="${D}" USERCOMPILE="${CFLAGS}" USERLINK="-Wl,-z,relro ${LDFLAGS}" - CC="$(tc-getCC)" USE_LIBCAP_NG=$(usetf caps) USE_LIBCURL=$(usetf curl) USE_LDAP=$(usetf ldap) @@ -112,6 +111,7 @@ get_make_options() { } src_compile() { + tc-export AR CC local make_options; get_make_options emake "${make_options[@]}" ${MYMAKE} } |