summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-05-06 10:41:48 +0000
committerFabian Groffen <grobian@gentoo.org>2012-05-06 10:41:48 +0000
commit1650ef6669b37ac52dc29dd06add59049301dfa7 (patch)
tree90f30f8d312524e8000a9f17ec0484b1288744c5 /eclass/ELT-patches
parentVersion bump (bug #413059, thanks to Emmanuel Andry and Jeroen Roovers); adds... (diff)
downloadhistorical-1650ef6669b37ac52dc29dd06add59049301dfa7.tar.gz
historical-1650ef6669b37ac52dc29dd06add59049301dfa7.tar.bz2
historical-1650ef6669b37ac52dc29dd06add59049301dfa7.zip
Add ELT patch for Solaris x64 libtool problem where the linker is set to 'ld_sol2'
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/sol2-conf/2.4.214
1 files changed, 14 insertions, 0 deletions
diff --git a/eclass/ELT-patches/sol2-conf/2.4.2 b/eclass/ELT-patches/sol2-conf/2.4.2
new file mode 100644
index 000000000000..a57f22c9ca3a
--- /dev/null
+++ b/eclass/ELT-patches/sol2-conf/2.4.2
@@ -0,0 +1,14 @@
+Unbreak x86_64-pc-solaris2.1[01], it IS 64-bits too. Without this,
+libtool thinks the linker is called ld_sol2.
+
+--- configure
++++ configure
+@@ -1383,7 +1383,7 @@
+ case $lt_cv_prog_gnu_ld in
+ yes*)
+ case $host in
+- i?86-*-solaris*)
++ i?86-*-solaris*|x86_64-*-solaris*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+ sparc*-*-solaris*)