diff options
author | Jan Kneschke <jan@kneschke.de> | 2005-07-31 13:26:19 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2005-07-31 13:26:19 +0000 |
commit | e314aefdd57b33b59145b4c644afc62ee813c378 (patch) | |
tree | 144e7b8d84105fe844dc315f8e0cfceeb6393959 /lighttpd.spec.in | |
parent | 263cc5dbcad84ebb350eefdb356c967b89d1f062 (diff) | |
download | lighttpd-git-e314aefdd57b33b59145b4c644afc62ee813c378.tar.gz |
push options to configure scriptlighttpd-1.3.16
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@499 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'lighttpd.spec.in')
-rw-r--r-- | lighttpd.spec.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lighttpd.spec.in b/lighttpd.spec.in index aaed41a8..2eab2594 100644 --- a/lighttpd.spec.in +++ b/lighttpd.spec.in @@ -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 |