summaryrefslogtreecommitdiffstats
path: root/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch')
-rw-r--r--recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch b/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
new file mode 100644
index 0000000..472f1cc
--- /dev/null
+++ b/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
@@ -0,0 +1,26 @@
1From: Yulong Pei <Yulong.pei@windriver.com>
2Date: Thu, 21 Jan 2010 14:11:20 +0800
3Subject: [PATCH] force to use our own libtool
4
5Upstream-Status: Inappropriate [ OE specific ]
6
7Signed-off-by: Yulong Pei <Yulong.pei@windriver.com>
8---
9 ltmain.sh | 2 +-
10 1 files changed, 1 insertions(+), 1 deletions(-)
11
12diff --git a/ltmain.sh b/ltmain.sh
13--- a/ltmain.sh
14+++ b/ltmain.sh
15@@ -1309,7 +1309,7 @@ EOF
16 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
17 # We need an absolute path.
18 case $dir in
19- [\\/]* | [A-Za-z]:[\\/]*) ;;
20+ =* | [\\/]* | [A-Za-z]:[\\/]*) ;;
21 *)
22 absdir=`cd "$dir" && pwd`
23 if test -z "$absdir"; then
24--
251.6.4
26