mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
14
openembedded/packages/eds/eds-dbus/no_libdb.patch
Normal file
14
openembedded/packages/eds/eds-dbus/no_libdb.patch
Normal 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
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user