SPECS: LeakTracer.spec - BR:libstdc++-devel reverted. use -O1 -fno...

pluto pluto at pld-linux.org
Sun Dec 11 01:59:56 CET 2005


Author: pluto                        Date: Sun Dec 11 00:59:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR:libstdc++-devel reverted. use -O1 -fno-omit-frame-pointer to avoid
  unreliable results from __builtin_return_address. now it works fine
  on amd64.

---- Files affected:
SPECS:
   LeakTracer.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/LeakTracer.spec
diff -u SPECS/LeakTracer.spec:1.7 SPECS/LeakTracer.spec:1.8
--- SPECS/LeakTracer.spec:1.7	Sun Dec 11 01:13:46 2005
+++ SPECS/LeakTracer.spec	Sun Dec 11 01:59:51 2005
@@ -11,7 +11,6 @@
 Patch1:		%{name}-64bit.patch
 Patch2:		%{name}-caller_addr.patch
 URL:		http://www.andreasen.org/LeakTracer/
-BuildRequires:	libstdc++-devel
 BuildRequires:	sed >= 4.0
 Requires:	gdb
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,7 +38,7 @@
 
 %{__make} \
 	CXX="%{__cxx}" \
-	CXXFLAGS="%{rpmcxxflags}"
+	CXXFLAGS="%{rpmcxxflags} -nodefaultlibs -O1 -fno-omit-frame-pointer"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +66,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/12/11 00:59:51  pluto
+- BR:libstdc++-devel reverted. use -O1 -fno-omit-frame-pointer to avoid
+  unreliable results from __builtin_return_address. now it works fine
+  on amd64.
+
 Revision 1.7  2005/12/11 00:13:46  pluto
 - readded BR:libstdc++-devel.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/LeakTracer.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list