]> git.pld-linux.org Git - packages/angst.git/blobdiff - angst.spec
- pass CC & CFLAGS taken from rpm macros.
[packages/angst.git] / angst.spec
index 7385cac14fcc2371bb07fc13e9f193b8df65bfe5..eb8705ab7edb71de34e7e7352900bf2f2c4b8de5 100644 (file)
@@ -34,7 +34,9 @@ packets to all ports.
 mv Makefile.linux Makefile
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}"
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085055 seconds and 4 git commands to generate.