summaryrefslogtreecommitdiffstats
path: root/openwrt/package/php5/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 02:28:37 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-03 02:28:37 +0000
commit87d22831816ee2bf6c7823117eb132a8b502bc56 (patch)
tree8bcb19759f7619a960250398993b82359a078ae1 /openwrt/package/php5/Makefile
parent0afe881ee8f3b2608919fe0a8ecfae585b0d95cf (diff)
fix php5 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php5/Makefile')
-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 bc48855d4..176654472 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 \