summaryrefslogtreecommitdiffstats
path: root/openwrt/package/php4/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 02:02:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 02:02:46 +0000
commit0afe881ee8f3b2608919fe0a8ecfae585b0d95cf (patch)
tree380c962cb1acfb11e6792e88e3db941eb6f141af /openwrt/package/php4/Makefile
parent4487ad2aa7a9afc02fbf229958d95558d531368d (diff)
fix php4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php4/Makefile')
-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 cd42c1a7c..75664ad0b 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 \