]> git.pld-linux.org Git - packages/nspr.git/blobdiff - nspr.spec
- debug-ready now
[packages/nspr.git] / nspr.spec
index 93977dad8f301235b52982e0e754af6b26c2bfca..61a0560fb50ebd31fc75ec69c44cb8a1459050e9 100644 (file)
--- 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
 
This page took 0.030712 seconds and 4 git commands to generate.