]> git.pld-linux.org Git - packages/angst.git/commitdiff
- pass CC & CFLAGS taken from rpm macros.
authortwittner <twittner@pld-linux.org>
Tue, 10 Aug 2004 12:51:24 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    angst.spec -> 1.4

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.075854 seconds and 4 git commands to generate.