]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- fix for passing patch to ncurses headers in CFLAGS. alsa-utils-0_5_9b-2
authorkloczek <kloczek@pld-linux.org>
Tue, 24 Oct 2000 00:00:14 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils.spec -> 1.43

alsa-utils.spec

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