]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:45 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    mutt.spec -> 1.63

mutt.spec

index fb55e4cb9b7980d9b34579f7ef767376c325bb7b..15c5ae15ab871f556fb7bea213c469385d6656e4 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -106,7 +106,7 @@ mv -f aclocal.m4 acinclude.m4
 aclocal
 automake
 autoconf
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-strict-aliasing"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-strict-aliasing"
 %configure \
        --with-sharedir=%{_datadir} \
        --enable-pop \
This page took 0.037173 seconds and 4 git commands to generate.