From 5ade6c7de84893b4f94f7c068d775beeaecb9f5f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 3 Feb 2011 18:54:58 -0600 Subject: pseudo: Uprev pseudo and fix a few minor bugs Uprev pseudo to the latest version. This corrects a linking problem on some newer host systems. In addition, we add more detail to the local.conf.sample file to explain the NO32LIBS and why someone would set it to 0. Also fix a minor bug in pseudo that prevented it from building for the target. Signed-off-by: Mark Hatle --- .../recipes-devtools/pseudo/pseudo/static_sqlite.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'meta/recipes-devtools/pseudo/pseudo') diff --git a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch index 0a2fa28d79..6faa7a2a44 100644 --- a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch +++ b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch @@ -2,14 +2,14 @@ Due to disabling the LD_LIBRARY_PATH handling, we need to use a static libsqlite. diff -ur git.orig/Makefile.in git/Makefile.in ---- git.orig/Makefile.in 2010-07-20 17:13:56.000000000 -0700 -+++ git/Makefile.in 2010-07-20 17:12:14.000000000 -0700 -@@ -45,7 +45,7 @@ - GLOB_PATTERN=guts/*.c - GUTS=$(filter-out "$(GLOB_PATTERN)",$(wildcard $(GLOB_PATTERN))) +--- git.orig/Makefile.in ++++ git/Makefile.in +@@ -55,7 +55,7 @@ --DBLDFLAGS=-lsqlite3 -+DBLDFLAGS=$(SQLITE)/lib/libsqlite3.a - USE_64=wrapfuncs64.in + # needed for anything that links with pseduo_client.o, pretty much + CLIENT_LDFLAGS=-ldl -lpthread +-DB_LDFLAGS=-lsqlite3 -lpthread ++DB_LDFLAGS=$(SQLITE)/lib/libsqlite3.a -lpthread - SHOBJS=pseudo_table.o pseudo_util.o + PSEUDO=$(BIN)/pseudo + PSEUDODB=$(BIN)/pseudodb -- cgit v1.2.3-54-g00ecf