Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 50bbc46e78cd6e1ea5d7660be1722258e60b1729483ca14b02da7cf9f5ed3e6a imagick-3.4.3RC1.tgz
|
||||
sha256 1f3c5b5eeaa02800ad22f506cd100e8889a66b2ec937e192eaaa30d74562567c imagick-3.4.3.tgz
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_IMAGICK_VERSION = 3.4.3RC1
|
||||
PHP_IMAGICK_VERSION = 3.4.3
|
||||
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
|
||||
PHP_IMAGICK_SITE = http://pecl.php.net/get
|
||||
PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
||||
--with-imagick=$(STAGING_DIR)/usr
|
||||
# phpize does the autoconf magic
|
||||
PHP_IMAGICK_DEPENDENCIES = imagemagick php host-autoconf
|
||||
PHP_IMAGICK_LICENSE = PHP
|
||||
PHP_IMAGICK_LICENSE = PHP-3.01
|
||||
PHP_IMAGICK_LICENSE_FILES = LICENSE
|
||||
|
||||
define PHP_IMAGICK_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