summaryrefslogtreecommitdiff
path: root/dev-libs/libgpg-error/files/libgpg-error-1.48-remove_broken_check.patch
blob: 7ccdb2223a5753f6a9c550e89d7be7e2e92af0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This breaks our multilib builds:

  Confirm gpg-error-config works... no
  ***  Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -318,12 +318,4 @@ gpgrt.h: gpg-error.h
 	cp gpg-error.h gpgrt.h
 
 gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh
-	@echo $(ECHO_N) "Confirm gpg-error-config works... $(ECHO_C)"
-	@if ./gpg-error-config-test.sh --old-new; then \
-	  echo "good";                                         \
-	else                                                   \
-	  echo "no";                                           \
-	  echo "***  Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
-	  exit 1; \
-	fi
 	cp gpg-error-config-old $@