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.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch b/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
index 472f1cc..af598fe 100644
--- a/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
+++ b/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
@@ -1,3 +1,4 @@
1From 847dc52f5a50e34ee4d6e3dc2c708711747a58ca Mon Sep 17 00:00:00 2001
1From: Yulong Pei <Yulong.pei@windriver.com> 2From: Yulong Pei <Yulong.pei@windriver.com>
2Date: Thu, 21 Jan 2010 14:11:20 +0800 3Date: Thu, 21 Jan 2010 14:11:20 +0800
3Subject: [PATCH] force to use our own libtool 4Subject: [PATCH] force to use our own libtool
@@ -5,22 +6,21 @@ Subject: [PATCH] force to use our own libtool
5Upstream-Status: Inappropriate [ OE specific ] 6Upstream-Status: Inappropriate [ OE specific ]
6 7
7Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> 8Signed-off-by: Yulong Pei <Yulong.pei@windriver.com>
9
8--- 10---
9 ltmain.sh | 2 +- 11 ltmain.sh | 2 +-
10 1 files changed, 1 insertions(+), 1 deletions(-) 12 1 file changed, 1 insertion(+), 1 deletion(-)
11 13
12diff --git a/ltmain.sh b/ltmain.sh 14diff --git a/ltmain.sh b/ltmain.sh
15index 147d758..a61f16b 100644
13--- a/ltmain.sh 16--- a/ltmain.sh
14+++ b/ltmain.sh 17+++ b/ltmain.sh
15@@ -1309,7 +1309,7 @@ EOF 18@@ -6969,7 +6969,7 @@ func_mode_link ()
16 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` 19 dir=$func_resolve_sysroot_result
17 # We need an absolute path. 20 # We need an absolute path.
18 case $dir in 21 case $dir in
19- [\\/]* | [A-Za-z]:[\\/]*) ;; 22- [\\/]* | [A-Za-z]:[\\/]*) ;;
20+ =* | [\\/]* | [A-Za-z]:[\\/]*) ;; 23+ =* | [\\/]* | [A-Za-z]:[\\/]*) ;;
21 *) 24 *)
22 absdir=`cd "$dir" && pwd` 25 absdir=`cd "$dir" && pwd`
23 if test -z "$absdir"; then 26 test -z "$absdir" && \
24--
251.6.4
26