From: Paweł Sikora Date: Sun, 16 Jan 2011 13:03:27 +0000 (+0000) Subject: - define at configure time a path to gdb. system wide /usr/bin/gdb is better X-Git-Tag: auto/th/valgrind-3_6_0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fvalgrind.git;a=commitdiff_plain;h=e7968d535dd200ac2205f240ac404db201625135 - define at configure time a path to gdb. system wide /usr/bin/gdb is better than default /no/gdb/was/found/at/configure/time. - release 2. Changed files: valgrind.spec -> 1.78 --- diff --git a/valgrind.spec b/valgrind.spec index 18b6ad6..dd37e1b 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -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