1From 75622f8b21459eb556b36edc3537fdaded7f04bf Mon Sep 17 00:00:00 2001 2From: Alexander Kanavin <alex.kanavin@gmail.com> 3Date: Fri, 28 Feb 2020 09:19:56 +0000 4Subject: [PATCH] Do not fail when testing config scripts 5 6In previous versions this was not a hard a failure, and so went 7unnoticed. The test is unsuitable for building with sysroots anyway as the 8failure is due to that. 9 10Upstream-Status: Inappropriate [oe-core specific] 11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 12--- 13 src/Makefile.am | 1 - 14 1 file changed, 1 deletion(-) 15 16diff --git a/src/Makefile.am b/src/Makefile.am 17index 9389e99..6ded263 100644 18--- a/src/Makefile.am 19+++ b/src/Makefile.am 20@@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh 21 else \ 22 echo "no"; \ 23 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ 24- exit 1; \ 25 fi 26 cp gpg-error-config-old $@ 27