Skip to content

Commit

Permalink
lang/php7: Don't run phpize7 with QUILT
Browse files Browse the repository at this point in the history
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
  • Loading branch information
lipnitsk committed Feb 4, 2021
1 parent c01ce53 commit d741a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/php7/pecl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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+= \
Expand Down

0 comments on commit d741a64

Please sign in to comment.