SPECS: lighttpd.spec - fix CPPFLAGS passing

glen glen at pld-linux.org
Thu Jun 16 13:21:07 CEST 2005


Author: glen                         Date: Thu Jun 16 11:21:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix CPPFLAGS passing

---- Files affected:
SPECS:
   lighttpd.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.109 SPECS/lighttpd.spec:1.110
--- SPECS/lighttpd.spec:1.109	Sun May  1 19:31:30 2005
+++ SPECS/lighttpd.spec	Thu Jun 16 13:21:01 2005
@@ -27,7 +27,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define		_rel 3.5
+%define		_rel 3.8
 
 Summary:	Fast and light HTTP server
 Summary(pl):	Szybki i lekki serwer HTTP
@@ -127,8 +127,9 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+
+CPPFLAGS="-DFCGI_RETRY_TIMEOUT=1"
 %configure \
-	CFLAGS="%{rpmcflags} -DFCGI_RETRY_TIMEOUT=20" \
 	%{?with_valgrind:--with-valgrind} \
 	%{?with_xattr:--with-attr} \
 	%{?with_mysql:--with-mysql} \
@@ -223,6 +224,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2005/06/16 11:21:01  glen
+- fix CPPFLAGS passing
+
 Revision 1.109  2005/05/01 17:31:30  glen
 - use %useradd/%groupadd macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.109&r2=1.110&f=u




More information about the pld-cvs-commit mailing list