diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2014-06-12 07:14:25 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2014-06-12 07:14:25 +0000 |
commit | 58e39571f7a8d197f8dc2e6f6cd786740b53baa0 (patch) | |
tree | 3228e3a17bb2ef38b4a7e2a10cce873a19ae7fe6 /eclass/ELT-patches | |
parent | Added ~mips to KEYWORDS (diff) | |
download | gentoo-2-58e39571f7a8d197f8dc2e6f6cd786740b53baa0.tar.gz gentoo-2-58e39571f7a8d197f8dc2e6f6cd786740b53baa0.tar.bz2 gentoo-2-58e39571f7a8d197f8dc2e6f6cd786740b53baa0.zip |
elibtoolize: Allow undefined symbols on AIX, needed by and work fine with module libs.
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r-- | eclass/ELT-patches/aix-noundef/1.4d | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eclass/ELT-patches/aix-noundef/1.4d b/eclass/ELT-patches/aix-noundef/1.4d deleted file mode 100644 index b2b8d09544af..000000000000 --- a/eclass/ELT-patches/aix-noundef/1.4d +++ /dev/null @@ -1,12 +0,0 @@ ---- ltmain.sh.orig 2009-12-06 22:35:17 +0100 -+++ ltmain.sh 2009-12-06 22:35:44 +0100 -@@ -1111,6 +1111,9 @@ - # that all symbols are satisfied, otherwise we get a static library. - allow_undefined=yes - ;; -+ *-aix*) -+ allow_undefined=no -+ ;; - *) - allow_undefined=yes - ;; |