bogofilter-0.96.2 spec file
[email protected] Wed, 12 Oct 2005 23:59:01 +0200
| Newsgroups | gmane.mail.bogofilter.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Bogofilter-dev mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter-dev
bogifilter.spec.diff
(text/plain, 267 B)
--- 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