]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- define at configure time a path to gdb. system wide /usr/bin/gdb is better auto/th/valgrind-3_6_0-2
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 16 Jan 2011 13:03:27 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  than default /no/gdb/was/found/at/configure/time.
- release 2.

Changed files:
    valgrind.spec -> 1.78

valgrind.spec

index 18b6ad607e37bf672b1183be535665fc0d667dbd..dd37e1b26fe0223dcc9059da40c9733bb621afd9 100644 (file)
@@ -2,7 +2,7 @@ Summary:        An open-source memory debugger
 Summary(pl.UTF-8):     Otwarty odpluskwiacz pamięci
 Name:          valgrind
 Version:       3.6.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
@@ -50,12 +50,15 @@ sed -i -e 's:^CFLAGS="-Wno-long-long":CFLAGS="$CFLAGS -Wno-long-long":' configur
 %{__autoheader}
 %{__autoconf}
 %{__automake}
+
+ac_cv_path_GDB=/usr/bin/gdb \
 %configure \
        --enable-tls \
 %if %{_lib} != "lib"
        --enable-only64bit \
 %endif
        LDFLAGS="" # no strip!
+
 %{__make}
 
 %install
This page took 0.106393 seconds and 4 git commands to generate.