php7: fix build with QUILT 14894/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 25 Feb 2021 22:09:12 +0000 (19:09 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 26 Feb 2021 14:23:11 +0000 (11:23 -0300)
commitd4979cff06b29ec4c8201d619bbb452b34bb1175
treee6390ceab037c99230c191871c053f171b54b94a
parent3476816cc8f03dcd7d118bb1faf77a9ef224d66f
php7: fix build with QUILT

When building with QUILT, unlike the regular build, Build/Prepare does
not apply the patches.  So when buildconf is called with QUILT on, at
the end of Build/Prepare, it will not have the patched sources, and
build will fail.

To fix the problem, run buildconf in Build/Prepare only when QUILT is
off, and do it in Build/Configure otherwise.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lang/php7/Makefile