push options to configure script
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@499 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
263cc5dbca
commit
e314aefdd5
|
@ -17,7 +17,7 @@ lighttpd is intented to be a frontend for ad-servers which have to deliver
|
|||
small files concurrently to many connections.
|
||||
|
||||
Available rpmbuild rebuild options :
|
||||
--with : ssl mysql
|
||||
--with : ssl mysql lua memcache
|
||||
|
||||
%prep
|
||||
|
||||
|
@ -27,7 +27,9 @@ Available rpmbuild rebuild options :
|
|||
rm -rf %{buildroot}
|
||||
%configure \
|
||||
%{?_with_mysql: --with-mysql} \
|
||||
%{?_with_ssl: --with-openssl}
|
||||
%{?_with_lua: --with-lua} \
|
||||
%{?_with_memcache: --with-memcache} \
|
||||
%{?_with_ssl: --with-openssl}
|
||||
make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue