Add hack patch to totally disable the libdb configure script

git-svn-id: https://svn.o-hand.com/repos/poky@149 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2005-10-31 17:02:56 +00:00
parent f7a060b481
commit 48eeea5c1b
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
Index: configure.in
===================================================================
--- trunk/configure.in (revision 285)
+++ trunk/configure.in (working copy)
@@ -1333,9 +1333,6 @@
export privincludedir
export privdatadir
AC_CONFIG_SUBDIRS(calendar/libical)
-if test $dynamic_libdb = yes; then
- AC_CONFIG_SUBDIRS(libdb/dist)
-fi
AC_OUTPUT([
Makefile

View File

@@ -4,9 +4,10 @@ RDEPENDS = "gconf dbus db libiconv"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}"
PR = "r12"
PR = "r13"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://no_libdb.patch;patch=1 \
file://no_gnomevfs.patch;patch=1 \
file://no_gnomevfs2.patch;patch=1 \
file://no_iconv_test.patch;patch=1 \