haubi       14/06/12 07:14:25

  Modified:             ChangeLog libtool.eclass
  Log:
  elibtoolize: Allow undefined symbols on AIX, needed by and work fine with 
module libs.

Revision  Changes    Path
1.1286               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1286&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1286&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1285&r2=1.1286

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1285
retrieving revision 1.1286
diff -u -r1.1285 -r1.1286
--- ChangeLog   11 Jun 2014 10:39:29 -0000      1.1285
+++ ChangeLog   12 Jun 2014 07:14:25 -0000      1.1286
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1285 2014/06/11 
10:39:29 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1286 2014/06/12 
07:14:25 haubi Exp $
+
+  12 Jun 2014; Michael Haubenwallner <ha...@gentoo.org>
+  -ELT-patches/aix-noundef/1.4d, libtool.eclass:
+  Allow undefined symbols on AIX, needed by and work fine with module libs.
 
   10 Jun 2014; Michał Górny <mgo...@gentoo.org> +gstreamer.eclass:
   Add new, multilib-capable eclass for gstreamer plugins.



1.111                eclass/libtool.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?r1=1.110&r2=1.111

Index: libtool.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- libtool.eclass      13 Jan 2014 19:49:25 -0000      1.110
+++ libtool.eclass      12 Jun 2014 07:14:25 -0000      1.111
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.110 2014/01/13 
19:49:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.111 2014/06/12 
07:14:25 haubi Exp $
 
 # @ECLASS: libtool.eclass
 # @MAINTAINER:
@@ -191,7 +191,7 @@
        [[ ${do_uclibc} == "yes" ]] && elt_patches+=" uclibc-conf uclibc-ltconf"
 
        case ${CHOST} in
-               *-aix*)     elt_patches+=" hardcode aixrtl aix-noundef" ;; 
#213277
+               *-aix*)     elt_patches+=" hardcode aixrtl" ;; #213277
                *-darwin*)  elt_patches+=" darwin-ltconf darwin-ltmain 
darwin-conf" ;;
                *-solaris*) elt_patches+=" sol2-conf sol2-ltmain" ;;
                *-freebsd*) elt_patches+=" fbsd-conf fbsd-ltconf" ;;




Reply via email to