diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2015-01-12 20:48:24 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2015-01-12 20:48:24 +0000 |
commit | 1139f9c620300ee4cb55c7d0b6dbb5db041535b8 (patch) | |
tree | d095b376ef95f0e8c3f6c25ccc930820e95b1870 /profiles | |
parent | Added Expiry to package.mask items (diff) | |
download | gentoo-2-1139f9c620300ee4cb55c7d0b6dbb5db041535b8.tar.gz gentoo-2-1139f9c620300ee4cb55c7d0b6dbb5db041535b8.tar.bz2 gentoo-2-1139f9c620300ee4cb55c7d0b6dbb5db041535b8.zip |
profiles/prefix/aix: libtool-2.4.4 supports --with-aix-soname=svr4, set EXTRA_ECONF for now
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/aix/make.defaults | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 942a3989d8de..d15c7073b020 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.443 2015/01/03 03:32:52 redlizard Exp $ +# 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 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 ab6de006737a..6a385d81e1dd 100644 --- a/profiles/prefix/aix/make.defaults +++ b/profiles/prefix/aix/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.5 2014/07/05 13:08:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.6 2015/01/12 20:48:24 haubi Exp $ # System-wide defaults for all AIX profiles # This file should rarely need to be changed @@ -18,3 +18,6 @@ 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" |