[Pkg-dspam-commits] [pkg-dspam-commits] r206 - branches/unstable/debian/patches

Julien Valroff julien-guest at alioth.debian.org
Mon Aug 24 11:34:45 UTC 2009


Author: julien-guest
Date: Mon Aug 24 11:34:45 2009
New Revision: 206

Log:
Right patch

Modified:
   branches/unstable/debian/patches/fix_sqlite_build.dpatch

Modified: branches/unstable/debian/patches/fix_sqlite_build.dpatch
==============================================================================
--- branches/unstable/debian/patches/fix_sqlite_build.dpatch	Mon Aug 24 10:47:47 2009	(r205)
+++ branches/unstable/debian/patches/fix_sqlite_build.dpatch	Mon Aug 24 11:34:45 2009	(r206)
@@ -6,9 +6,9 @@
 ## DP: sqlite versions
 
 @DPATCH@
-diff -urNad dspam-3.6.8~/m4/sqlite_drv.m4 dspam-3.6.8/m4/sqlite_drv.m4
---- dspam-3.6.8~/m4/sqlite_drv.m4	2009-08-24 12:41:58.518906570 +0200
-+++ dspam-3.6.8/m4/sqlite_drv.m4	2009-08-24 12:42:33.779173491 +0200
+diff -urNad dspam-3.6.8~/m4/sqlite3_drv.m4 dspam-3.6.8/m4/sqlite3_drv.m4
+--- dspam-3.6.8~/m4/sqlite3_drv.m4	2009-08-24 13:33:54.110407203 +0200
++++ dspam-3.6.8/m4/sqlite3_drv.m4	2009-08-24 13:34:09.927392810 +0200
 @@ -210,7 +210,7 @@
              continue
          fi
@@ -16,5 +16,5 @@
 -        DS_LIBTOOL_RUN_IFELSE([AC_LANG_PROGRAM([[
 +        AC_LINK_IFELSE([AC_LANG_PROGRAM([[
              #include <stdio.h>
-             #include <sqlite.h>
+             #include <sqlite3.h>
              #include <stdlib.h>



More information about the Pkg-dspam-commits mailing list