php8: fix build with QUILT
This isd4979cff0
ported to php8. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de> (cherry picked from commit8c6d7dc37c
)
This commit is contained in:
parent
1831941e73
commit
10d3f10a81
|
@ -529,7 +529,12 @@ endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force )
|
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force ))
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Configure
|
||||||
|
$(if $(QUILT),( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force ))
|
||||||
|
$(call Build/Configure/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
Loading…
Reference in New Issue