libgpg-error: Fix compilation with GAWK 5.0

Patch from Upstream.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
Liangbin Lian
2020-08-02 00:10:50 +08:00
parent aa777df6da
commit 77587bedae
2 changed files with 170 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Naur a/src/Makefile.in b/src/Makefile.in
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1018,7 +1018,7 @@
errnos-sym.h: Makefile mkstrtable.awk errnos.in
$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
- -v prefix=GPG_ERR_ -v namespace=errnos_ \
+ -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \
$(srcdir)/errnos.in >$@
# We depend on versioninfo.rc because that is build by config.status