]> git.pld-linux.org Git - packages/evilwm.git/blobdiff - evilwm.spec
- pass CC and CFLAGS
[packages/evilwm.git] / evilwm.spec
index 93bbb81a33a677456689ac750a996d7982b5dfe5..1f812df353f3d0352f0424c8a3a6fba076d070b7 100644 (file)
@@ -46,7 +46,9 @@ Jego cechy to:
 %setup -q -n %{name}-%{version}.orig
 
 %build
-%{__make} allinone
+%{__make} allinone \
+       CC="%{__cc}" \
+       CFLAGS='$(INCLUDES) $(DEFINES) %{rpmcflags} -Wall'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.051339 seconds and 4 git commands to generate.