aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch
blob: 73c6ddb02781e60b0678957ce22acaf159586ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 1b9701faf22f5a17a81a2a2732794d9627499fcb Mon Sep 17 00:00:00 2001
From: Yulong Pei <Yulong.pei@windriver.com>
Date: Thu, 21 Jan 2010 14:11:20 +0800
Subject: [PATCH] force to use our own libtool

Upstream-Status: Inappropriate [ OE specific ]

Signed-off-by: Yulong Pei <Yulong.pei@windriver.com>

---
 ltmain.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ltmain.sh b/ltmain.sh
index 1dea62a..bfb9784 100755
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -7225,7 +7225,7 @@ func_mode_link ()
 	dir=$func_resolve_sysroot_result
 	# We need an absolute path.
 	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
+	=* | [\\/]* | [A-Za-z]:[\\/]*) ;;
 	*)
 	  absdir=`cd "$dir" && pwd`
 	  test -z "$absdir" && \