]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- pass __cc, rpmcflags and rpmldflags to make check
authorsparky <sparky@pld-linux.org>
Sun, 30 Jul 2006 14:46:11 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tzdata.spec -> 1.10

tzdata.spec

index ee169d4b930b6ca2013b1b478f6b49e9644c6d87..968ab88c4202f5d0c1fa4e685786523f0d3ff315 100644 (file)
@@ -65,7 +65,9 @@ grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
 rm -rf $RPM_BUILD_ROOT
 %{__make} install
 echo ====================TESTING=========================
-%{__make} check
+%{__make} check \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} %{rpmldflags}"
 echo ====================TESTING END=====================
 
 # glibc.spec didn't keep it. so won't here either.
This page took 0.202704 seconds and 4 git commands to generate.