]> git.pld-linux.org Git - packages/valgrind.git/blobdiff - valgrind.spec
- proper not-stripping of binaries (thanks to arekm)
[packages/valgrind.git] / valgrind.spec
index 3d24a6cf9c66c4dc026e866ea8b30cb0e903079b..2a946310e0a7733a072db316dac653dca5605e26 100644 (file)
@@ -12,9 +12,8 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# valgrind binaries should _never_ be stripped
-# anyone knows better solution?
-%define                debug   1
+# Valgrind binaries should _never_ be stripped
+%define                no_install_post_strip   1
 
 %description
 Valgrind is a GPL'd tool to help you find memory-management problems
@@ -58,7 +57,8 @@ rm -f missing
 aclocal
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       LDFLAGS="" # no strip!
 %{__make}
 
 %install
This page took 0.04543 seconds and 4 git commands to generate.