]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- pass the same CFLAGS to install (otherwise Makefile would rebuild all) auto/th/git-core-1_4_1_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Jul 2006 21:27:18 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.23

git-core.spec

index 114ed76d096b28ad7611f5066ea2fc08fbef93eb..fa841246862b82a0abff457a6a93734c51b28b87 100644 (file)
@@ -68,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        prefix=%{_prefix} \
+       CFLAGS="%{rpmcflags}" \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} -C Documentation install \
This page took 0.038915 seconds and 4 git commands to generate.