rpms/libtomcrypt/devel libtomcrypt.spec,1.5,1.6

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Tue Jul 10 09:50:23 UTC 2007


Author: jjh

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

Modified Files:
	libtomcrypt.spec 
Log Message:
work around bug #239003


Index: libtomcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtomcrypt/devel/libtomcrypt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libtomcrypt.spec	10 Jul 2007 09:32:27 -0000	1.5
+++ libtomcrypt.spec	10 Jul 2007 09:49:51 -0000	1.6
@@ -43,11 +43,12 @@
 # no configure script ships with libtomcrypt.  Its only requirement is
 # ANSI C. And libtommath.  Explicitly force it to be built against libtommath
 export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -I%{_includedir}/tommath"
+# work around bug #239003
 %ifarch ppc64
 export CFLAGS="$CFLAGS -O0"
 %endif
+make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared 
 make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
-make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
 
 
 %check
@@ -94,6 +95,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Jul 10 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.17-6
+- turn off optimization for ppc64 to work around Bug #239003
+
 * Sat Jun 30 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.17-5
 - removed package name from summary
 - fixed URL and Source0 links




More information about the fedora-extras-commits mailing list