Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -10,13 +10,13 @@ PHP_ZMQ_SITE = https://pecl.php.net/get
|
||||
# phpize does the autoconf magic
|
||||
PHP_ZMQ_DEPENDENCIES = php zeromq host-autoconf host-pkgconf
|
||||
PHP_ZMQ_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config
|
||||
PHP_ZMQ_LICENSE = BSD-3c
|
||||
PHP_ZMQ_LICENSE = BSD-3-Clause
|
||||
PHP_ZMQ_LICENSE_FILES = LICENSE
|
||||
|
||||
define PHP_ZMQ_PHPIZE
|
||||
(cd $(@D); \
|
||||
PHP_AUTOCONF=$(HOST_DIR)/usr/bin/autoconf \
|
||||
PHP_AUTOHEADER=$(HOST_DIR)/usr/bin/autoheader \
|
||||
PHP_AUTOCONF=$(HOST_DIR)/bin/autoconf \
|
||||
PHP_AUTOHEADER=$(HOST_DIR)/bin/autoheader \
|
||||
$(STAGING_DIR)/usr/bin/phpize)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user