SPECS: LeakTracer.spec - it doesn't req. libstdc++. just omit -lst...

pluto pluto at pld-linux.org
Sat Dec 10 21:42:18 CET 2005


Author: pluto                        Date: Sat Dec 10 20:42:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- it doesn't req. libstdc++. just omit -lstdc++ from linking.

---- Files affected:
SPECS:
   LeakTracer.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/LeakTracer.spec
diff -u SPECS/LeakTracer.spec:1.2 SPECS/LeakTracer.spec:1.3
--- SPECS/LeakTracer.spec:1.2	Sat Dec 10 21:25:35 2005
+++ SPECS/LeakTracer.spec	Sat Dec 10 21:42:12 2005
@@ -9,7 +9,6 @@
 # Source0-md5:	e1cf9d03c12a45d39f253e558d231438
 Patch0:		%{name}-Makefile.patch
 URL:		http://www.andreasen.org/LeakTracer/
-BuildRequires:	libstdc++-devel
 BuildRequires:	sed >= 4.0
 Requires:	gdb
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,7 +34,7 @@
 
 %{__make} \
 	CXX="%{__cxx}" \
-	CXXFLAGS="%{rpmcflags}"
+	CXXFLAGS="%{rpmcflags} -nodefaultlibs"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/12/10 20:42:12  pluto
+- it doesn't req. libstdc++. just omit -lstdc++ from linking.
+
 Revision 1.2  2005/12/10 20:25:35  darekr
 - BR: libstdc++-devel
 
================================================================

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




More information about the pld-cvs-commit mailing list