Changeset 499
- Timestamp:
- 07/31/2005 01:26:19 PM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/lighttpd.spec.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/lighttpd.spec.in
r30 r499 18 18 19 19 Available rpmbuild rebuild options : 20 --with : ssl mysql 20 --with : ssl mysql lua memcache 21 21 22 22 %prep … … 28 28 %configure \ 29 29 %{?_with_mysql: --with-mysql} \ 30 %{?_with_ssl: --with-openssl} 30 %{?_with_lua: --with-lua} \ 31 %{?_with_memcache: --with-memcache} \ 32 %{?_with_ssl: --with-openssl} 31 33 make 32 34

