mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00: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:
@@ -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>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Evolution database backend server"
|
DESCRIPTION = "Evolution database backend server"
|
||||||
PV = "1.4.0cvs${CVSDATE}"
|
PV = "1.4.0cvs${CVSDATE}"
|
||||||
PR = "r12"
|
PR = "r13"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
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_gnomevfs.patch;patch=1 \
|
||||||
file://no_gnomevfs2.patch;patch=1 \
|
file://no_gnomevfs2.patch;patch=1 \
|
||||||
file://no_iconv_test.patch;patch=1 \
|
file://no_iconv_test.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user