]> git.pld-linux.org Git - packages/iceape.git/commitdiff
- don't enable strip, it makes debuginfo useless
authorsparky <sparky@pld-linux.org>
Wed, 24 Sep 2008 22:56:08 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iceape.spec -> 1.11

iceape.spec

index 7d1f72ea42121470c20fae8df5ec399c67449d6d..525754d18d039772906a8d575ecd870d83d9b812 100644 (file)
@@ -4,6 +4,7 @@
 %bcond_with    gnomeui         # enable GnomeUI
 %bcond_without gnome           # disable gnomevfs (alias)
 %bcond_without svg             # disable svg support
+%bcond_with    strip           # enable stripping (makes debuginfo package useless)
 #
 %if %{without gnome}
 %undefine      with_gnomevfs
@@ -260,7 +261,7 @@ ac_cv_visibility_pragma=no; export ac_cv_visibility_pragma
        --enable-mathml \
        --enable-optimize="%{rpmcflags}" \
        --enable-postscript \
-       %{!?debug:--enable-strip} \
+       %{?with_strip:--enable-strip} \
        %{?with_svg:--enable-svg --enable-svg-renderer-cairo} \
        %{?with_svg:--enable-system-cairo} \
        --enable-xft \
This page took 0.337548 seconds and 4 git commands to generate.