[meataxe] Build with -fsigned-char to fix FTBFS on aarch64.

Jerry James jjames at fedoraproject.org
Fri Jun 27 21:40:26 UTC 2014


commit a892281edcb9471e0cd2079c537205f656b387b5
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Fri Jun 27 15:40:15 2014 -0600

    Build with -fsigned-char to fix FTBFS on aarch64.

 meataxe.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/meataxe.spec b/meataxe.spec
index c7c6777..144f14d 100644
--- a/meataxe.spec
+++ b/meataxe.spec
@@ -1,6 +1,6 @@
 Name:           meataxe
 Version:        2.4.24
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Matrix representations over finite fields
 
 Group:          Applications/Engineering
@@ -54,7 +54,7 @@ applications that use the MeatAxe library.
 # Set up the configuration
 sed -e "s|^MTXLIB=.*|MTXLIB=%{_tmppath}/|" \
     -e "s|^MTXBIN=.*|MTXBIN=%{_libdir}/%{name}/bin|" \
-    -e "s|^CFLAGS1=.*|CFLAGS1=-std=gnu99 $RPM_OPT_FLAGS|" \
+    -e "s|^CFLAGS1=.*|CFLAGS1=-std=gnu99 -fsigned-char $RPM_OPT_FLAGS|" \
     Makefile.conf.dist > Makefile.conf
 
 # Let Doxygen find standard header files
@@ -118,6 +118,9 @@ make check
 %{_libdir}/libmtx.so
 
 %changelog
+* Fri Jun 27 2014 Jerry James <loganjerry at gmail.com> - 2.4.24-8
+- Build with -fsigned-char to fix FTBFS on aarch64
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.24-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list