summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2015-01-12 21:26:32 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2015-01-12 21:26:32 +0000
commitc62d887015845c15728e60150c4c8c3c050a037c (patch)
treec91e0edfd04aad9878139c3c6c5f43019d5b31a9 /profiles/prefix
parentelibtoolize/AIX: set default to --with-aix-soname=svr4 (diff)
downloadgentoo-2-c62d887015845c15728e60150c4c8c3c050a037c.tar.gz
gentoo-2-c62d887015845c15728e60150c4c8c3c050a037c.tar.bz2
gentoo-2-c62d887015845c15728e60150c4c8c3c050a037c.zip
profiles/prefix/aix: rely on elibtoolize(aixrtl) to force --with-aix-soname=svr4
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog5
-rw-r--r--profiles/prefix/aix/make.defaults5
2 files changed, 2 insertions, 8 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index d15c7073b020..3ef50ede1b33 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,9 +1,6 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.444 2015/01/12 20:48:24 haubi Exp $
-
- 12 Jan 2015; Michael Haubenwallner <haubi@gentoo.org> aix/make.defaults:
- libtool-2.4.4 supports --with-aix-soname=svr4, set EXTRA_ECONF for now
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.445 2015/01/12 21:26:32 haubi Exp $
03 Jan 2015; Ruud Koolen <redlizard@gentoo.org>
linux-standalone/amd64/make.defaults, linux-standalone/x86/make.defaults:
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults
index 6a385d81e1dd..fe49cdc84b5b 100644
--- a/profiles/prefix/aix/make.defaults
+++ b/profiles/prefix/aix/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.6 2015/01/12 20:48:24 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.7 2015/01/12 21:26:32 haubi Exp $
# System-wide defaults for all AIX profiles
# This file should rarely need to be changed
@@ -18,6 +18,3 @@ DEFAULT_ABI="ppc"
ABI="ppc"
IUSE_IMPLICIT="abi_ppc_32"
LIBDIR_ppc="lib"
-
-# libtool-2.4.4 supports --with-aix-soname=svr4
-EXTRA_ECONF="--with-aix-soname=svr4"