Skip to content
Unverified Commit d4979cff authored by Eneas U de Queiroz's avatar Eneas U de Queiroz
Browse files

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: default avatarEneas U de Queiroz <cotequeiroz@gmail.com>
parent 3476816c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment