]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- add verbose bcond
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Aug 2005 20:28:06 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.38

dspam.spec

index e5eb911b3d1b57b2cb1365247add0c1a6638014e..e10763efbb8d5ca50db82d312ba01e1fe3e47029 100644 (file)
@@ -17,6 +17,7 @@
 %bcond_with    pgsql   # enable PostgreSQL storage driver (disable sqlite/mysql driver)
 %bcond_with    sqlite  # enable SQLite3 storage driver
 %bcond_with    daemon
+%bcond_with    verbose
 
 %if %{with mysql} && %{with pgsql}
 %undefine with_pgsql
@@ -177,6 +178,7 @@ sed -i -e 's#\-static##g' src/Makefile* src/*/Makefile*
 %{__autoconf}
 %{__automake}
 %configure \
+       %{?with_verbose: --enable-debug --enable-verbose-debug} \
        --enable-trusted-user-security \
        --enable-bayesian-dobly \
        --enable-chained-tokens \
This page took 0.107185 seconds and 4 git commands to generate.