]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- proper not-stripping of binaries (thanks to arekm)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 2 Aug 2002 11:10:52 +0000 (11:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    valgrind.spec -> 1.4

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.095722 seconds and 4 git commands to generate.