summaryrefslogtreecommitdiff
path: root/openwrt/package/php4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-03 02:02:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-03 02:02:46 +0000
commit3266e4f0cb072765821ef78460ba07c7471f4629 (patch)
treebd404c35fffd8453c2bf9fd87f8b7977dbdd62bb /openwrt/package/php4
parentb7302988e923d42b5efb929d39863708116f5825 (diff)
downloadmtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.zip
mtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.tar.gz
mtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.tar.bz2
fix php4 build
SVN-Revision: 3300
Diffstat (limited to 'openwrt/package/php4')
-rw-r--r--openwrt/package/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/Makefile b/openwrt/package/php4/Makefile
index cd42c1a..75664ad 100644
--- a/openwrt/package/php4/Makefile
+++ b/openwrt/package/php4/Makefile
@@ -63,7 +63,7 @@ endif
ifneq ($(BR2_PACKAGE_PHP4_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 \