bogofilter-0.96.2 spec file

Tobias.Roppelt at t-online.de Tobias.Roppelt at t-online.de
Wed Oct 12 23:59:01 CEST 2005


Trying to build bogofilter-0.96.2 with rpm spec file leads to

configure: error: Invalid --with-database argument. Supported engines are db, qdbm, sqlite.

Patch attached.

--Tobias
-------------- next part --------------
--- bogofilter.spec.orig	2005-09-25 17:02:58.000000000 +0200
+++ bogofilter.spec	2005-10-12 23:37:42.000000000 +0200
@@ -66,7 +66,7 @@
   --enable-static \
 %endif
 %if %{with_sql}
-  --with-database=sql \
+  --with-database=sqlite \
 %endif
   --with-included-gsl
 


More information about the bogofilter-dev mailing list