openwrt-packages/lang/php7
Eneas U de Queiroz d4979cff06
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>
2021-02-26 11:23:11 -03:00
..
files php7: facilitate running php7-fastcgi without listening on TCP socket 2019-04-13 08:25:34 -04:00
patches treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
Makefile php7: fix build with QUILT 2021-02-26 11:23:11 -03:00
pecl.mk php7: fix pecl build with QUILT 2021-02-26 11:23:07 -03:00
test.sh php7: add CI test script 2020-12-02 20:40:05 +01:00