SPECS: zsh.spec - allow to pass CPPFLAGS from environment

twittner twittner at pld-linux.org
Sun Sep 24 19:47:20 CEST 2006


Author: twittner                     Date: Sun Sep 24 17:47:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- allow to pass CPPFLAGS from environment

---- Files affected:
SPECS:
   zsh.spec (1.126 -> 1.127) 

---- Diffs:

================================================================
Index: SPECS/zsh.spec
diff -u SPECS/zsh.spec:1.126 SPECS/zsh.spec:1.127
--- SPECS/zsh.spec:1.126	Sun Sep 24 13:11:44 2006
+++ SPECS/zsh.spec	Sun Sep 24 19:47:15 2006
@@ -161,7 +161,7 @@
 %{__autoconf}
 %{__autoheader}
 echo > stamp-h.in
-CPPFLAGS="-I/usr/include/ncurses"
+CPPFLAGS="-I/usr/include/ncurses $CPPFLAGS"
 
 %if %{with static}
 LDFLAGS="%{rpmldflags} -static"
@@ -296,6 +296,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.127  2006/09/24 17:47:15  twittner
+- allow to pass CPPFLAGS from environment
+
 Revision 1.126  2006/09/24 11:11:44  arekm
 - always enable lfs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/zsh.spec?r1=1.126&r2=1.127&f=u



More information about the pld-cvs-commit mailing list