- added --with-http_stub_status_module build option.

- added --with-http_sub_module build option.
- add in pcre-config --cflags
This commit is contained in:
jjh 2007-08-18 18:36:18 +00:00
parent f1fea48e87
commit d5049819ac

View File

@ -8,11 +8,11 @@
Name: nginx Name: nginx
Version: 0.5.31 Version: 0.5.31
Release: 1%{?dist} Release: 2%{?dist}
Summary: Robust, small and high performance http and reverse proxy server Summary: Robust, small and high performance http and reverse proxy server
Group: System Environment/Daemons Group: System Environment/Daemons
# BSD 2 clause license # BSD License (two clause)
# http://www.freebsd.org/copyright/freebsd-license.html # http://www.freebsd.org/copyright/freebsd-license.html
License: BSD License: BSD
URL: http://nginx.net/ URL: http://nginx.net/
@ -77,12 +77,14 @@ export DESTDIR=%{buildroot}
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_realip_module \ --with-http_realip_module \
--with-http_addition_module \ --with-http_addition_module \
--with-http_sub_module \
--with-http_dav_module \ --with-http_dav_module \
--with-http_flv_module \ --with-http_flv_module \
--with-http_stub_status_module \
--with-http_perl_module \ --with-http_perl_module \
--with-mail \ --with-mail \
--with-mail_ssl_module \ --with-mail_ssl_module \
--with-cc-opt="%{optflags}" --with-cc-opt="%{optflags} $(pcre-config --cflags)"
make %{?_smp_mflags} make %{?_smp_mflags}
@ -147,6 +149,11 @@ fi
%changelog %changelog
* Sat Aug 18 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-2
- added --with-http_stub_status_module build option.
- added --with-http_sub_module build option.
- added use of pcre-config --cflags
* Fri Aug 17 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-1 * Fri Aug 17 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-1
- Update to 0.5.31 - Update to 0.5.31
- specify license is BSD - specify license is BSD