SPECS: git-core.spec - pass the same CFLAGS to install (otherwise ...

qboosh qboosh at pld-linux.org
Wed Jul 26 23:27:23 CEST 2006


Author: qboosh                       Date: Wed Jul 26 21:27:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass the same CFLAGS to install (otherwise Makefile would rebuild all)

---- Files affected:
SPECS:
   git-core.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.22 SPECS/git-core.spec:1.23
--- SPECS/git-core.spec:1.22	Tue Jul 25 08:09:25 2006
+++ SPECS/git-core.spec	Wed Jul 26 23:27:18 2006
@@ -69,6 +69,7 @@
 
 %{__make} install \
 	prefix=%{_prefix} \
+	CFLAGS="%{rpmcflags}" \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} -C Documentation install \
@@ -93,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2006/07/26 21:27:18  qboosh
+- pass the same CFLAGS to install (otherwise Makefile would rebuild all)
+
 Revision 1.22  2006/07/25 06:09:25  arekm
 - up to 1.4.1.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/git-core.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list