summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2018-07-08 02:17:00 -0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-07-08 12:12:21 +0200
commitdba254cdf006e559ed61e1a136677843a3b4a94e (patch)
tree88a44d28a38f057a4f6de933a6448a0cb67109c0 /package/php
parentb492ab57855d1983fbf638580a074873ccbf96a6 (diff)
downloadbuildroot-dba254cdf006e559ed61e1a136677843a3b4a94e.tar.gz
buildroot-dba254cdf006e559ed61e1a136677843a3b4a94e.zip
php: use $() to reference make variables instead of ${}
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/php')
-rw-r--r--package/php/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index 4c3a87118e..028fa6fc55 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -137,7 +137,7 @@ endif
ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y)
PHP_CONF_ENV += php_cv_libxml_build_works=yes
-PHP_CONF_OPTS += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr
+PHP_CONF_OPTS += --enable-libxml --with-libxml-dir=$(STAGING_DIR)/usr
PHP_DEPENDENCIES += libxml2
endif
OpenPOWER on IntegriCloud