packages/lang/php7
Eneas U de Queiroz 3476816cc8
php7: fix pecl build with QUILT
Commit d741a64b7 ("lang/php7: Don't run phpize7 with QUILT") changed
pecl.mk to not run phpize7 during Package/prepare if QUILT is set.  The
intention was to allow prepare, refresh and update targets to run
without building dependencies.

As a side-effect, Package/configure and Package/compile fail when QUILT
is defined because they can't find ./configure or a Makefile.  It also
impacts the github tests run with pull requests, because QUILT is
defined there.

To avoid that failure and still keep the prepare, refresh, and update
speedup, call phpize7 before Package/Configure if QUILT is defined.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-02-26 11:23:07 -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: update to 7.4.15 2021-02-08 22:34:58 +01: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