Changes of Revision 29
[-] | Changed | tengine.spec |
x 1
2 3 BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl(ExtUtils::Embed) 4 BuildRequires: GeoIP-devel, libxml2-devel, libxslt-devel, gd-devel, lua-devel 5 -BuildRequires: yajl-devel 6 7 Requires: pcre,zlib,openssl 8 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 9
10 --with-http_upstream_session_sticky_module=shared \ 11 --with-http_split_clients_module=shared \ 12 --with-http_lua_module \ 13 - --with-http_tfs_module \ 14 --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 15 --with-file-aio \ 16 --with-syslog 17 |