summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
new file mode 100644
index 0000000000..0a2fa28d79
--- /dev/null
+++ b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
@@ -0,0 +1,15 @@
1Due to disabling the LD_LIBRARY_PATH handling, we need to use a static
2libsqlite.
3
4diff -ur git.orig/Makefile.in git/Makefile.in
5--- git.orig/Makefile.in 2010-07-20 17:13:56.000000000 -0700
6+++ git/Makefile.in 2010-07-20 17:12:14.000000000 -0700
7@@ -45,7 +45,7 @@
8 GLOB_PATTERN=guts/*.c
9 GUTS=$(filter-out "$(GLOB_PATTERN)",$(wildcard $(GLOB_PATTERN)))
10
11-DBLDFLAGS=-lsqlite3
12+DBLDFLAGS=$(SQLITE)/lib/libsqlite3.a
13 USE_64=wrapfuncs64.in
14
15 SHOBJS=pseudo_table.o pseudo_util.o