]> git.pld-linux.org Git - packages/genius.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +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:
    genius.spec -> 1.27

genius.spec

index 058e2ace0487ab98369b8462525a3c864c36b681..b736c48d61c37f42ece8580924fb1a27423a002e 100644 (file)
@@ -43,7 +43,7 @@ zespolone oraz macierze.
 autoconf
 automake
 gettextize --copy --force
 autoconf
 automake
 gettextize --copy --force
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -I/usr/include/ncurses"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
 %configure \
        --enable-gnome \
        --disable-static \
 %configure \
        --enable-gnome \
        --disable-static \
This page took 0.073313 seconds and 4 git commands to generate.