- 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:
parent
f1fea48e87
commit
d5049819ac
13
nginx.spec
13
nginx.spec
@ -8,11 +8,11 @@
|
||||
|
||||
Name: nginx
|
||||
Version: 0.5.31
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Robust, small and high performance http and reverse proxy server
|
||||
Group: System Environment/Daemons
|
||||
|
||||
# BSD 2 clause license
|
||||
# BSD License (two clause)
|
||||
# http://www.freebsd.org/copyright/freebsd-license.html
|
||||
License: BSD
|
||||
URL: http://nginx.net/
|
||||
@ -77,12 +77,14 @@ export DESTDIR=%{buildroot}
|
||||
--with-http_ssl_module \
|
||||
--with-http_realip_module \
|
||||
--with-http_addition_module \
|
||||
--with-http_sub_module \
|
||||
--with-http_dav_module \
|
||||
--with-http_flv_module \
|
||||
--with-http_stub_status_module \
|
||||
--with-http_perl_module \
|
||||
--with-mail \
|
||||
--with-mail_ssl_module \
|
||||
--with-cc-opt="%{optflags}"
|
||||
--with-cc-opt="%{optflags} $(pcre-config --cflags)"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -147,6 +149,11 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Update to 0.5.31
|
||||
- specify license is BSD
|
||||
|
Loading…
Reference in New Issue
Block a user