summaryrefslogtreecommitdiffstats
path: root/package/php4
diff options
context:
space:
mode:
Diffstat (limited to 'package/php4')
-rw-r--r--package/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php4/Makefile b/package/php4/Makefile
index cd42c1a7c..75664ad0b 100644
--- a/package/php4/Makefile
+++ b/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 \