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

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


Author: jjh

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

Modified Files:
	libtomcrypt.spec 
Log Message:
attempting to work around Bug #239003


Index: libtomcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtomcrypt/devel/libtomcrypt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtomcrypt.spec	10 Jul 2007 09:12:09 -0000	1.4
+++ libtomcrypt.spec	10 Jul 2007 09:32:27 -0000	1.5
@@ -43,18 +43,11 @@
 # 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"
-make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
-make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
 %ifarch ppc64
-for i in $(find /tmp -name 'cc*.out') 
-do 
-    echo $i
-    wc -l $i
-    cat $i
-done
-exit 1
+export CFLAGS="$CFLAGS -O0"
 %endif
-
+make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
+make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
 
 
 %check




More information about the scm-commits mailing list