rpms/dietlibc/devel dietlibc.spec,1.33,1.34

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Feb 13 21:12:02 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23112

Modified Files:
	dietlibc.spec 
Log Message:
added temporary code to trace down ppc problems


Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- dietlibc.spec	13 Feb 2008 21:07:14 -0000	1.33
+++ dietlibc.spec	13 Feb 2008 21:11:20 -0000	1.34
@@ -55,6 +55,9 @@
 %{?with_dynamic:Requires:	dietlibc-lib = %version-%release}
 %{!?with_dynamic:Obsoletes:	dietlibc-lib < %version-%release}
 
+#### HACK!!
+BuildRequires:	strace
+
 
 %package lib
 Summary:	Dynamic libraries for dietlibc
@@ -110,6 +113,13 @@
 
 
 %build
+make %makeflags all %{?_smp_mflags} || :
+
+
+### HACK: just for debugging ppc* issues
+strace -f   bin-ppc/diet true
+objdump -dS bin-ppc/diet
+
 make %makeflags all %{?_smp_mflags}
 
 # 'dyn' target is not SMP safe




More information about the fedora-extras-commits mailing list