]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- addedd missing ":" in quota pgsql bcond
authormarcus <marcus@pld-linux.org>
Tue, 29 Mar 2005 08:38:12 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.200

proftpd.spec

index 72a3f431db83b5fae5339a378ecc4697595b6ded..22eafd6be8492ead9d3c35873f117d862f48ceb8 100644 (file)
@@ -206,7 +206,7 @@ CFLAGS="%{rpmcflags} -I/usr/include/ncurses %{?with_mysql:-I/usr/include/mysql}"
 CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses %{?with_mysql:-I/usr/include/mysql}"
 %configure \
        --enable-autoshadow \
-       --with-modules=mod_ratio:mod_readme:mod_shaper%{?with_ssl::mod_tls}%{?with_ipv6::mod_wrap}%{?with_pam::mod_auth_pam}%{?with_ldap::mod_ldap}%{?with_quotafile::mod_quotatab:mod_quotatab_file}%{?with_quotaldap::mod_quotatab:mod_quotatab_ldap}%{?with_quotamysql::mod_quotatab:mod_quotatab_sql}%{?with_quotapgsql:mod_quotatab:mod_quotatab_sql}%{?with_linuxprivs::mod_linuxprivs}%{?with_mysql::mod_sql:mod_sql_mysql}%{?with_pgsql::mod_sql:mod_sql_postgres} \
+       --with-modules=mod_ratio:mod_readme:mod_shaper%{?with_ssl::mod_tls}%{?with_ipv6::mod_wrap}%{?with_pam::mod_auth_pam}%{?with_ldap::mod_ldap}%{?with_quotafile::mod_quotatab:mod_quotatab_file}%{?with_quotaldap::mod_quotatab:mod_quotatab_ldap}%{?with_quotamysql::mod_quotatab:mod_quotatab_sql}%{?with_quotapgsql::mod_quotatab:mod_quotatab_sql}%{?with_linuxprivs::mod_linuxprivs}%{?with_mysql::mod_sql:mod_sql_mysql}%{?with_pgsql::mod_sql:mod_sql_postgres} \
        %{?with_ipv6:--enable-ipv6} \
        %{!?with_ssl:--disable-tls} \
        --enable-ctrls \
This page took 0.144494 seconds and 4 git commands to generate.