]> git.pld-linux.org Git - packages/evilwm.git/commitdiff
- pass CC and CFLAGS
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Aug 2003 14:05:29 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evilwm.spec -> 1.3

evilwm.spec

index 93bbb81a33a677456689ac750a996d7982b5dfe5..1f812df353f3d0352f0424c8a3a6fba076d070b7 100644 (file)
@@ -46,7 +46,9 @@ Jego cechy to:
 %setup -q -n %{name}-%{version}.orig
 
 %build
 %setup -q -n %{name}-%{version}.orig
 
 %build
-%{__make} allinone
+%{__make} allinone \
+       CC="%{__cc}" \
+       CFLAGS='$(INCLUDES) $(DEFINES) %{rpmcflags} -Wall'
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.071603 seconds and 4 git commands to generate.