summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-03 02:28:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-03 02:28:37 +0000
commitca71c903a9a49137f966d3deb30b10f6d3cdcde1 (patch)
treecad3956563eaeb11f96525419e63372dd90ba76c /openwrt/package
parent3266e4f0cb072765821ef78460ba07c7471f4629 (diff)
downloadmtk-20170518-ca71c903a9a49137f966d3deb30b10f6d3cdcde1.zip
mtk-20170518-ca71c903a9a49137f966d3deb30b10f6d3cdcde1.tar.gz
mtk-20170518-ca71c903a9a49137f966d3deb30b10f6d3cdcde1.tar.bz2
fix php5 build
SVN-Revision: 3301
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php5/Makefile b/openwrt/package/php5/Makefile
index bc48855..1766544 100644
--- a/openwrt/package/php5/Makefile
+++ b/openwrt/package/php5/Makefile
@@ -67,7 +67,7 @@ endif
ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),)
PKG_CONFIGURE_OPTS+= --with-gd=shared,"$(STAGING_DIR)/usr" \
--without-freetype-dir \
- --without-jpeg-dir \
+ --with-jpeg-dir="$(STAGING_DIR)/usr" \
--with-png-dir="$(STAGING_DIR)/usr" \
--without-xpm-dir \
--without-ttf \