Changeset 499

Show
Ignore:
Timestamp:
07/31/2005 01:26:19 PM (3 years ago)
Author:
jan
Message:

push options to configure script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/lighttpd.spec.in

    r30 r499  
    1818 
    1919Available rpmbuild rebuild options : 
    20 --with : ssl mysql 
     20--with : ssl mysql lua memcache 
    2121 
    2222%prep 
     
    2828%configure \ 
    2929    %{?_with_mysql:       --with-mysql} \ 
    30     %{?_with_ssl:         --with-openssl}  
     30    %{?_with_lua:         --with-lua} \ 
     31    %{?_with_memcache:    --with-memcache} \ 
     32    %{?_with_ssl:         --with-openssl} 
    3133make 
    3234