1From a45989a64af20ef6a9f7c1552f19bba116e7cd0a 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--- 14 src/Makefile.am | 1 - 15 1 file changed, 1 deletion(-) 16 17diff --git a/src/Makefile.am b/src/Makefile.am 18index c61adde..1b8b4ff 100644 19--- a/src/Makefile.am 20+++ b/src/Makefile.am 21@@ -323,6 +323,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh 22 else \ 23 echo "no"; \ 24 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ 25- exit 1; \ 26 fi 27 cp gpg-error-config-old $@ 28