parent
5f14c9202b
commit
0c672c8510
@ -1,3 +1,4 @@
|
|||||||
/liborcus_0.1.0.tar.bz2
|
/liborcus_0.1.0.tar.bz2
|
||||||
/liborcus_0.3.0.tar.bz2
|
/liborcus_0.3.0.tar.bz2
|
||||||
/liborcus-0.5.1.tar.bz2
|
/liborcus-0.5.1.tar.bz2
|
||||||
|
/liborcus-0.7.0.tar.bz2
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index 65e7d48..c85e89d 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -15335,7 +15335,7 @@ $as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
|
|
||||||
|
|
||||||
libsubdirs="lib"
|
|
||||||
ax_arch=`uname -m`
|
|
||||||
- if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
|
|
||||||
+ if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
|
|
||||||
libsubdirs="lib64 lib lib64"
|
|
||||||
fi
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur liborcus-0.5.1.orig/configure liborcus-0.5.1/configure
|
|
||||||
--- liborcus-0.5.1.orig/configure 2014-05-05 22:38:01.000000000 +0200
|
|
||||||
+++ liborcus-0.5.1/configure 2014-05-05 22:38:32.995207633 +0200
|
|
||||||
@@ -15335,7 +15335,7 @@
|
|
||||||
|
|
||||||
libsubdirs="lib"
|
|
||||||
ax_arch=`uname -m`
|
|
||||||
- if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
|
|
||||||
+ if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
|
|
||||||
libsubdirs="lib64 lib lib64"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in new issue