libgcrypt/libgcrypt-1.4.5-cross_build_patch-1.patch

13 lines
490 B
Diff
Raw Permalink Normal View History

diff -Nru libgcrypt-1.4.5.orig//ltmain.sh libgcrypt-1.4.5/ltmain.sh
--- libgcrypt-1.4.5.orig//ltmain.sh 2009-04-02 11:25:35.000000000 +0200
+++ libgcrypt-1.4.5/ltmain.sh 2010-03-23 12:49:54.259300385 +0100
@@ -2126,7 +2126,7 @@
fi
done
done
- if test "$found" != yes; then
+ if test "$found" != yes || true; then
# deplib doesn't seem to be a libtool library
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"