summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-21 22:33:32 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-21 22:33:32 +0000
commit533b994e9f160f4b0a6d53a21085c435abf2e1f6 (patch)
treef05006cc991b61f44460d9632b45dc93159bd210 /net-nds/openldap
parentBug #499774, take 2. (diff)
downloadgentoo-2-533b994e9f160f4b0a6d53a21085c435abf2e1f6.tar.gz
gentoo-2-533b994e9f160f4b0a6d53a21085c435abf2e1f6.tar.bz2
gentoo-2-533b994e9f160f4b0a6d53a21085c435abf2e1f6.zip
Restore CC & CXX exports as they are necessary for the native ABI, bug #510980.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-nds/openldap')
-rw-r--r--net-nds/openldap/ChangeLog6
-rw-r--r--net-nds/openldap/openldap-2.4.38-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-nds/openldap/ChangeLog b/net-nds/openldap/ChangeLog
index 7c587e3dcd80..fcf0f28f853f 100644
--- a/net-nds/openldap/ChangeLog
+++ b/net-nds/openldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/openldap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.461 2014/05/21 11:04:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.462 2014/05/21 22:33:32 mgorny Exp $
+
+ 21 May 2014; Michał Górny <mgorny@gentoo.org> openldap-2.4.38-r2.ebuild:
+ Restore CC & CXX exports as they are necessary for the native ABI, bug
+ #510980.
*openldap-2.4.38-r2 (21 May 2014)
diff --git a/net-nds/openldap/openldap-2.4.38-r2.ebuild b/net-nds/openldap/openldap-2.4.38-r2.ebuild
index 4664f4669711..133184f722b2 100644
--- a/net-nds/openldap/openldap-2.4.38-r2.ebuild
+++ b/net-nds/openldap/openldap-2.4.38-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.1 2014/05/21 11:04:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.38-r2.ebuild,v 1.2 2014/05/21 22:33:32 mgorny Exp $
EAPI="5"
@@ -454,7 +454,7 @@ multilib_src_configure() {
myconf+=( --enable-${basicflag} )
done
- tc-export AR
+ tc-export AR CC CXX
ECONF_SOURCE=${S} \
STRIP=/bin/true \
econf \
@@ -485,7 +485,7 @@ src_configure_cxx() {
}
multilib_src_compile() {
- tc-export AR
+ tc-export AR CC CXX
emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash
local lt="${BUILD_DIR}/libtool"
export echo="echo"