]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:14 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils.spec -> 1.48

alsa-utils.spec

index 257125ec6de21db0112206f65e7bfbb13f0717e3..827f159b7fc3f41496d4c27d5f2aa41542ad21d6 100644 (file)
@@ -46,8 +46,8 @@ amixer, aplay, arecord.
 aclocal
 autoconf
 automake -a -c
-CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
-CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions"
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
 
 %{__make} 
This page took 0.042141 seconds and 4 git commands to generate.