I confirm solution by @reibeku it's working:
Replace:
build() {
local phpConfig="\
--srcdir=../${_pkgbase}-${pkgver} \
--config-cache \
With:
build() {
export CC="gcc -DTRUE=1 -DFALSE=0"
export CXX="g++ -DTRUE=1 -DFALSE=0"
local phpConfig="\
--srcdir=../${_pkgbase}-${pkgver} \
--config-cache \
Pinned Comments
wget commented on 2019-02-11 11:49
This package makes use of GPG keys for integrity verification. Here are the PGP keys you need to import (if you trust them):
Receiving GPG keys might fail with the following error message:
$ gpg: keyserver receive failed: Connection refused
. If this happens, just check your DNS or use other ones.