|
|
|
@ -45,13 +45,13 @@ developing applications that use %{name}.
|
|
|
|
|
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 || :
|
|
|
|
|
for i in /tmp/cc*.out
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
for i in $(find /tmp -name 'cc*.out')
|
|
|
|
|
do
|
|
|
|
|
echo $i
|
|
|
|
|
wc -l $i
|
|
|
|
|
cat $i
|
|
|
|
|
done
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
exit 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|