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.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
deleted file mode 100644
index f9223a86ae..0000000000
--- a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Due to disabling the LD_LIBRARY_PATH handling, we need to use a static
2libsqlite.
3
4Upstream-Status: Inappropriate [configuration]
5
6diff -ur git.orig/Makefile.in git/Makefile.in
7--- git.orig/Makefile.in
8+++ git/Makefile.in
9@@ -55,7 +55,7 @@
10
11 # needed for anything that links with pseduo_client.o, pretty much
12 CLIENT_LDFLAGS=-ldl -lpthread
13-DB_LDFLAGS=-lsqlite3 -lpthread
14+DB_LDFLAGS=$(SQLITE)/lib/libsqlite3.a -lpthread
15
16 PSEUDO=$(BIN)/pseudo
17 PSEUDODB=$(BIN)/pseudodb