commit bf9b24b1cbd51bc5201addb5f6fc21b17ddcffd5
Author: František Dvořák <valtri(a)civ.zcu.cz>
Date: Sat Oct 29 00:44:55 2016 +0200
Use the build flags for all platforms (will fix arm platform)
frobtads.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/frobtads.spec b/frobtads.spec
index bf3ed56..d1ac989 100644
--- a/frobtads.spec
+++ b/frobtads.spec
@@ -43,10 +43,7 @@ This package contains Tads 2 and Tads 3 compilers.
%build
-%ifarch %{ix86}
-# required to build on 32-bit platforms
CXXFLAGS=-fpermissive \
-%endif
%configure
make %{?_smp_mflags} V=1
@@ -76,7 +73,7 @@ rm -rf %{buildroot}%{_datadir}/frobtads/tads3/doc
%changelog
* Fri Oct 28 2016 František Dvořák <valtri(a)civ.zcu.cz> - 1.2.3-2
-- Add build flags needed for ix86 platforms
+- Add build flags needed for ix86 and arm platforms
* Mon Dec 28 2015 František Dvořák <valtri(a)civ.zcu.cz> - 1.2.3-1
- Initial package
Show replies by date