libgpg-error: fix build error on macOS 14608/head
authorGeorgi Valkov <gvalkov@abv.bg>
Sat, 30 Jan 2021 11:27:55 +0000 (13:27 +0200)
committerGeorgi Valkov <gvalkov@abv.bg>
Sun, 31 Jan 2021 16:41:10 +0000 (18:41 +0200)
commit13f9a7bd63ad2c4e43b5f927909d3883f46c88b3
treecd04ea3951948164164d29f008057e3b292452f2
parent9133e79ccb864bb2d92a386fc104258dc6c28de0
libgpg-error: fix build error on macOS

src/gen-lock-obj.sh runs in /bin/sh which does not support echo -n on macOS,
and generates garbage. Resolved by using printf which is posix compliant.

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
libs/libgpg-error/Makefile
libs/libgpg-error/patches/010-add-arc-support.patch
libs/libgpg-error/patches/011-macos-compile-fix.patch [new file with mode: 0644]