From c2c0e61eed392e2d26422b7d1e315affff344208 Mon Sep 17 00:00:00 2001 From: michuz Date: Sat, 23 Dec 2000 00:48:42 +0000 Subject: [PATCH] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: alsa-utils.spec -> 1.45 --- alsa-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index 8a7c2ef..35749a7 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -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} -- 2.44.0