From 5722327eb9dd75edaa08fc221019bf5004b2fac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 27 Aug 2005 20:28:06 +0000 Subject: [PATCH] - add verbose bcond Changed files: dspam.spec -> 1.38 --- dspam.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dspam.spec b/dspam.spec index e5eb911..e10763e 100644 --- a/dspam.spec +++ b/dspam.spec @@ -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 \ -- 2.43.0