]> git.pld-linux.org Git - packages/alsa-utils.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:
    alsa-utils.spec -> 1.45

alsa-utils.spec

index 8a7c2ef74724972571e94805275404c8febe1489..35749a72c841d4cc80aa3ab24a452b601a94a962 100644 (file)
@@ -47,8 +47,8 @@ cp aclocal.m4 acinclude.m4
 aclocal
 automake -c || :
 autoconf
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -I/usr/include/ncurses"
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
+CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions"
 %configure
 
 %{__make} 
This page took 0.095787 seconds and 4 git commands to generate.