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

BitchX.spec

index 1d16eb2b5272b707225e7d561db49d51ce4b0f53..c8d965e8f0e46a8c703cc8d8a06e4262c3c33f4a 100644 (file)
@@ -41,7 +41,7 @@ cp -f %{SOURCE1} include/config.h
 
 autoconf
 
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -D_GNU_SOURCE -w -I%{_includedir}/ncurses"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -D_GNU_SOURCE -w -I%{_includedir}/ncurses"
 %configure \
        --enable-ipv6 \
        --with-plugins=abot,acro,aim,amp,arcfour,blowfish,cavlink,cdrom,encrypt,fserv,hint,mail,nap,nicklist,possum,qbx,qmail,wavplay \
This page took 0.059579 seconds and 4 git commands to generate.