From e6301c8c1c18cad2302dcebd9eb8ba2c615a7fdd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 5 Mar 2003 13:13:53 +0000 Subject: [PATCH] - debug-ready now Changed files: nspr.spec -> 1.17 --- nspr.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nspr.spec b/nspr.spec index 93977da..61a0560 100644 --- a/nspr.spec +++ b/nspr.spec @@ -52,12 +52,13 @@ Statyczna biblioteka NSPR. %build cd mozilla/nsprpub %{__autoconf} +# don't use "--disable-strip" - it will cause stripping %configure \ --with-dist-prefix=$RPM_BUILD_ROOT%{_prefix} \ --with-mozilla \ --enable-optimize="%{rpmcflags}" \ - --disable-debug \ - --enable-strip \ + --%{?debug:en}%{!?debug:dis}able-debug \ + %{!?debug:--enable-strip} \ --with-pthreads \ --enable-ipv6 -- 2.44.0