[rcsslogplayer] Fix build on aarch64

Hedayat Vatankhah hedayat at fedoraproject.org
Fri May 23 11:07:27 UTC 2014


commit 156b9261f823a28096b36b1ec311a6a91686c5bb
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Fri May 23 15:36:28 2014 +0430

    Fix build on aarch64

 ax_boost_base-64bit.patch |   13 -------------
 rcsslogplayer.spec        |    6 ++++++
 2 files changed, 6 insertions(+), 13 deletions(-)
---
diff --git a/rcsslogplayer.spec b/rcsslogplayer.spec
index 4017748..35d018f 100644
--- a/rcsslogplayer.spec
+++ b/rcsslogplayer.spec
@@ -43,6 +43,9 @@ sed -i.lib \
     m4/ax_boost_base.m4
 sed -i.nostatic \
     -e 's|--static||g' m4/qt.m4
+sed -i.aarch64 \
+    "s|-o \$ax_arch = ppc64|-o \$ax_arch = aarch64 -o \$ax_arch = ppc64|" \
+    m4/ax_boost_base.m4
 autoreconf --install -f
 # Fix rpath
 sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/lib|' \
@@ -85,6 +88,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Fri May 23 2014 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 15.1.1-2
+- Fix build on aarch64
+
 * Fri May 23 2014 Petr Machata <pmachata at redhat.com> - 15.1.1-2
 - Rebuild for boost 1.55.0
 


More information about the scm-commits mailing list