aboutsummaryrefslogtreecommitdiffstats
path: root/package/php5
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
commitff3d8e6c57ed4348f22264474de260c7c2aa1f68 (patch)
tree7bc424478bacf7bfdc84c128ba268933f1be4e63 /package/php5
parent0e5d9c6c765cb86127a3e8afae9d14b22598ed3a (diff)
downloadupstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.tar.gz
upstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.tar.bz2
upstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.zip
fix php5 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php5')
-rw-r--r--package/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php5/Makefile b/package/php5/Makefile
index bc48855d45..176654472f 100644
--- a/package/php5/Makefile
+++ b/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 \