[packages/libtool] - added libx32 patch (use proper library search path on x32 subarch) - release 3

qboosh qboosh at pld-linux.org
Thu Mar 5 15:28:51 CET 2015


commit 8f6897d6fd902d85b6c17fa8171b36d96ff34e5b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 5 15:32:10 2015 +0100

    - added libx32 patch (use proper library search path on x32 subarch)
    - release 3

 libtool-libx32.patch | 12 ++++++++++++
 libtool.spec         |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/libtool.spec b/libtool.spec
index c5b6a66..0a97ff8 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -11,7 +11,7 @@ Summary(ru.UTF-8):	GNU libtool, набор утилит для генераци
 Summary(uk.UTF-8):	GNU libtool, набір утиліт для генерації динамічних бібліотек
 Name:		libtool
 Version:	2.4.6
-Release:	2
+Release:	3
 Epoch:		2
 License:	GPL v2+
 Group:		Development/Tools
@@ -24,6 +24,7 @@ Patch1:		%{name}-libdirs.patch
 Patch2:		%{name}-multilib.patch
 Patch3:		%{name}-linking-order.patch
 Patch4:		%{name}-fuse-ld.patch
+Patch5:		%{name}-libx32.patch
 URL:		http://www.gnu.org/software/libtool/
 BuildRequires:	/usr/bin/which
 BuildRequires:	autoconf >= 2.62
@@ -153,6 +154,7 @@ складу libltdl.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
diff --git a/libtool-libx32.patch b/libtool-libx32.patch
new file mode 100644
index 0000000..8e0bb05
--- /dev/null
+++ b/libtool-libx32.patch
@@ -0,0 +1,12 @@
+--- libtool-2.4.6/m4/libtool.m4.orig	2015-03-04 21:04:41.410095883 +0100
++++ libtool-2.4.6/m4/libtool.m4	2015-03-04 21:07:12.303422884 +0100
+@@ -2911,6 +2911,9 @@
+       *64-bit*)
+         libsuff=64
+         ;;
++      *32-bit*x86-64*)
++        libsuff=x32
++        ;;
+       esac
+     fi
+     rm -rf conftest*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libtool.git/commitdiff/8f6897d6fd902d85b6c17fa8171b36d96ff34e5b



More information about the pld-cvs-commit mailing list