]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- removed mod-{chat,cache,localizer} no longer there
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Feb 2005 15:43:54 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- valgrind bcond with configure option

Changed files:
    lighttpd.spec -> 1.95

lighttpd.spec

index 1cf4ee6ffc766d8b0ad872c987b90dfe5898126c..787484830a43be6655d803d9362a9d84f30c744c 100644 (file)
@@ -57,7 +57,6 @@ BuildRequires:        attr-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_valgrind:BuildRequires:        valgrind}
-%{!?with_valgrind:BuildConflicts:      valgrind}
 PreReq:                rc-scripts
 Requires(pre): sh-utils
 Requires(pre): /bin/id
@@ -117,9 +116,7 @@ pomocy serwera WWW ani samego programu.
 %{__aclocal}
 %{__autoconf}
 %configure \
-       --enable-mod-chat \
-       --enable-mod-cache \
-       --enable-mod-localizer \
+       %{?with_valgrind:--with-valgrind} \
        %{?with_xattr:--with-attr} \
        %{?with_mysql:--with-mysql} \
        %{?with_ldap:--with-ldap} \
This page took 0.028131 seconds and 4 git commands to generate.