summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2018-07-13 23:55:56 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-27 03:12:32 +0000
commit14fddefae2cdb1255279465f2f9fcff5f3da222e (patch)
treec741979d99c5cd5e7477483611a0003f44790b49 /import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
parentc6ed65665d5392d677c63b836ce6ac358a9db7f7 (diff)
downloadtalos-openbmc-14fddefae2cdb1255279465f2f9fcff5f3da222e.tar.gz
talos-openbmc-14fddefae2cdb1255279465f2f9fcff5f3da222e.zip
Squashed 'import-layers/meta-security/' content from commit 4d139b9
Subtree from git://git.yoctoproject.org/meta-security Change-Id: I14bb13faa3f2b2dc1f5d81b339dd48ffedf8562f git-subtree-dir: import-layers/meta-security git-subtree-split: 4d139b95c4f152d132592f515c5151f4dd6269c1 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Diffstat (limited to 'import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch')
-rw-r--r--import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch b/import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
new file mode 100644
index 000000000..af598fe74
--- /dev/null
+++ b/import-layers/meta-security/recipes-security/xmlsec1/xmlsec1/fix-ltmain.sh.patch
@@ -0,0 +1,26 @@
+From 847dc52f5a50e34ee4d6e3dc2c708711747a58ca 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 147d758..a61f16b 100644
+--- a/ltmain.sh
++++ b/ltmain.sh
+@@ -6969,7 +6969,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" && \
OpenPOWER on IntegriCloud