git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c01ce53
)
lang/php7: Don't run phpize7 with QUILT
author
Ilya Lipnitskiy
<redacted>
Thu, 4 Feb 2021 04:40:43 +0000
(20:40 -0800)
committer
Ilya Lipnitskiy
<redacted>
Thu, 4 Feb 2021 04:40:54 +0000
(20:40 -0800)
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <redacted>
lang/php7/pecl.mk
patch
|
blob
|
history
diff --git
a/lang/php7/pecl.mk
b/lang/php7/pecl.mk
index 82f90df2432f0f8a862a8e2d20e2c0d8a8736987..d85e8d139917195b7be250eb5b2cf4d64a5f1ab5 100644
(file)
--- a/
lang/php7/pecl.mk
+++ b/
lang/php7/pecl.mk
@@
-13,7
+13,7
@@
endef
define Build/Prepare
$(Build/Prepare/Default)
-
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7
)
+
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 )
)
endef
CONFIGURE_VARS+= \
git clone https://git.99rst.org/PROJECT