]> git.pld-linux.org Git - packages/amsn.git/commitdiff
- verbose build, keep debug symbols for -debuginfo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 Jun 2009 22:12:54 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn.spec -> 1.24

amsn.spec

index 5fb7d93ead11f7ff2e46e7687dda106445ecc588..c293f690929e7e343e9a821f589c16f43c750e47 100644 (file)
--- a/amsn.spec
+++ b/amsn.spec
@@ -90,9 +90,12 @@ rm -r skins/default/winicons
 rm -f utils/*/*/*.exe
 
 %build
+# NOTE: enable debug allows us to keep debug symbols in -debuginfo package
 %configure \
+       --enable-debug \
        CFLAGS="%{rpmcflags}"
-%{__make}
+%{__make} \
+       verbose=yes
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.071652 seconds and 4 git commands to generate.