]> git.pld-linux.org Git - packages/LeakTracer.git/commitdiff
- fix amd64 version.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 11 Dec 2005 00:02:39 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use caller address instead of reaturn address (proper src. line loc.).

Changed files:
    LeakTracer.spec -> 1.5

LeakTracer.spec

index add6aaf03251aa2f216ed6238a507d8cbf8deeff..228f8d38d82b6e3b53a3f489793c9e3dbe79d2ee 100644 (file)
@@ -7,6 +7,8 @@ Group:          Applications
 Source0:       http://www.andreasen.org/LeakTracer/LeakTracer.tar.gz
 # Source0-md5: e1cf9d03c12a45d39f253e558d231438
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-64bit.patch
+Patch2:                %{name}-caller_addr.patch
 URL:           http://www.andreasen.org/LeakTracer/
 BuildRequires: sed >= 4.0
 Requires:      gdb
@@ -27,6 +29,8 @@ look at malloc/free/realloc.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p0
+%patch2 -p0
 
 %build
 sed -i "s:SHLIB=.*:SHLIB=%{_libdir}/LeakTracer.so:" LeakCheck
This page took 0.192934 seconds and 4 git commands to generate.