From 9252033bc3c47ad2b9e4cb853d77659ecb1e9d41 Mon Sep 17 00:00:00 2001 From: jjh Date: Jul 10 2007 08:09:01 +0000 Subject: dumping debug information for ppc64 build --- diff --git a/libtomcrypt.spec b/libtomcrypt.spec index e1b70d4..c414381 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -1,6 +1,6 @@ Name: libtomcrypt Version: 1.17 -Release: 5%{?dist} +Release: 6%{?dist} Summary: a comprehensive, portable cryptographic toolkit Group: System Environment/Libraries License: Public Domain @@ -43,8 +43,18 @@ developing applications that use %{name}. # 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} EXTRALIBS="-ltommath" -f makefile.shared make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs +make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || : +for i in '/tmp/cc*.out' +do + echo $i + wc -l $i + cat $i +done +%ifarch ppc64 +exit 1 +%endif + %check