rpms/pl/devel pl.spec,1.43,1.44

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Dec 6 13:56:41 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/pl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2605

Modified Files:
	pl.spec 
Log Message:
compile with -fno-strict-aliasing


Index: pl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pl/devel/pl.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- pl.spec	6 Dec 2007 09:59:47 -0000	1.43
+++ pl.spec	6 Dec 2007 13:56:08 -0000	1.44
@@ -1,6 +1,6 @@
 Name:		pl
 Version:	5.6.47
-Release:	7%{?dist}
+Release:	8%{?dist}
 
 Summary:	SWI-Prolog - Edinburgh compatible Prolog compiler
 
@@ -33,7 +33,6 @@
 BuildRequires:  freetype-devel
 #BuildRequires:  java-1.5.0-gcj-devel
 Requires:       readline-devel
-ExcludeArch:    ppc64
 
 %description
 ISO/Edinburgh-style Prolog compiler including modules, autoload,
@@ -62,11 +61,11 @@
 
 %build
 %configure
-make COFLAGS="$RPM_OPT_FLAGS"
+make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 PATH=$PWD/src:$PATH
 cd packages
 %configure
-make COFLAGS="$RPM_OPT_FLAGS"
+make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 cd ..
 
 
@@ -103,6 +102,9 @@
 
 
 %changelog
+* Thu Dec  6 2007 Gerard Milmeister <gemi at bluewin.ch> - 5.6.47-8
+- compile with -fno-strict-aliasing
+
 * Wed Dec  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 5.6.47-5
 - disable jpl for now
 




More information about the fedora-extras-commits mailing list