]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fix CPPFLAGS passing
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Jun 2005 11:21:01 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.110

lighttpd.spec

index 3b688fafb043479ca225f7acea1e742938355c3c..02900915999df7539762caa4fb7dc1de4064a5e5 100644 (file)
@@ -26,7 +26,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
@@ -126,8 +126,9 @@ pomocy serwera WWW ani samego programu.
 %{__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} \
This page took 0.100494 seconds and 4 git commands to generate.