]> git.pld-linux.org Git - packages/valgrind.git/blobdiff - valgrind.spec
- Valgrind insisted on redirecting the 'strlen' symbol in /lib/ld-linux.so.2,
[packages/valgrind.git] / valgrind.spec
index 33f2d474c08b6a9b06322f61cc14f5d7dc05dbab..75e9bb3a311e9de055ca03d0f2f6b852cde468af 100644 (file)
@@ -4,18 +4,22 @@ Summary:      An open-source memory debugger
 Summary(pl.UTF-8):     Otwarty odpluskwiacz pamięci
 Name:          valgrind
 Version:       3.7.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: a855fda56edf05614f099dca316d1775
 Patch0:                %{name}-debuginfo.patch
 Patch1:                %{name}-native-cpuid.patch
+Patch2:                %{name}-automake-1.11.2.patch
+Patch3:                %{name}-ld_linux_strlen.patch
 URL:           http://valgrind.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gcc >= 5:3.0
 # Needs libc.a
+BuildRequires: glibc-devel >= 6:2.2
+BuildRequires: glibc-devel < 6:2.15
 BuildRequires: glibc-static
 BuildRequires: libgomp-devel
 BuildRequires: libstdc++-devel
@@ -48,6 +52,8 @@ pracować.
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p0
+%patch3 -p1
 
 sed -i -e 's:^CFLAGS="-Wno-long-long":CFLAGS="$CFLAGS -Wno-long-long":' configure.in
 
This page took 0.024539 seconds and 4 git commands to generate.