mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 15:23:07 +01:00
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
+2
-2
@@ -15,11 +15,11 @@ endef
|
||||
|
||||
define Build/Prepare
|
||||
$(Build/Prepare/Default)
|
||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
|
||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/host/usr/bin/phpize )
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-php-config=$(STAGING_DIR_HOST)/usr/bin/php-config
|
||||
--with-php-config=$(STAGING_DIR)/host/usr/bin/php-config
|
||||
|
||||
define PECLPackage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user