From: Jakub Bogusz Date: Wed, 26 Jul 2006 21:27:18 +0000 (+0000) Subject: - pass the same CFLAGS to install (otherwise Makefile would rebuild all) X-Git-Tag: auto/th/git-core-1_4_1_1-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=ac9fc9d6dfb37b77b047684f4784a3eef6cb9f51;p=packages%2Fgit-core.git - pass the same CFLAGS to install (otherwise Makefile would rebuild all) Changed files: git-core.spec -> 1.23 --- diff --git a/git-core.spec b/git-core.spec index 114ed76..fa84124 100644 --- a/git-core.spec +++ b/git-core.spec @@ -68,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ prefix=%{_prefix} \ + CFLAGS="%{rpmcflags}" \ DESTDIR=$RPM_BUILD_ROOT %{__make} -C Documentation install \