From 507a3e08172c268506ad363e81c29c8e7dc5224e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 23 Nov 2007 10:11:03 +0000 Subject: db: Fix configure so parameters can be passed in the LD variable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3213 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/db/files/configure_fixes.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/packages/db/files/configure_fixes.patch (limited to 'meta/packages/db/files/configure_fixes.patch') diff --git a/meta/packages/db/files/configure_fixes.patch b/meta/packages/db/files/configure_fixes.patch new file mode 100644 index 000000000..80aa0e7c1 --- /dev/null +++ b/meta/packages/db/files/configure_fixes.patch @@ -0,0 +1,18 @@ +If LD is a binary name + parameters db will fail to work out its GNU ld +and disable shared libraries. We don't want this. + +RP - 22/11/2007 + +Index: dist/configure +=================================================================== +--- dist.orig/configure 2007-11-23 00:47:27.000000000 +0000 ++++ dist/configure 2007-11-23 00:53:22.000000000 +0000 +@@ -5658,7 +5661,7 @@ if test "${lt_cv_prog_gnu_ld+set}" = set + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +-case `"$LD" -v 2>&1 &1