mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/php-imagick: add CPE variables
cpe:2.3🅰️php:imagick is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aphp%3Aimagick Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
20e20555c8
commit
5022410324
@ -13,6 +13,8 @@ PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
||||
PHP_IMAGICK_DEPENDENCIES = imagemagick php host-autoconf
|
||||
PHP_IMAGICK_LICENSE = PHP-3.01
|
||||
PHP_IMAGICK_LICENSE_FILES = LICENSE
|
||||
PHP_IMAGICK_CPE_ID_VENDOR = php
|
||||
PHP_IMAGICK_CPE_ID_PRODUCT = imagick
|
||||
|
||||
define PHP_IMAGICK_PHPIZE
|
||||
(cd $(@D); \
|
||||
|
Loading…
Reference in New Issue
Block a user