aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit0e5d9c6c765cb86127a3e8afae9d14b22598ed3a (patch)
treecda7820985b166b2659e9f1e7aadc659f717a6f3 /package/php4
parent9c790f5054f4dbb94db9201092ffc0175624b0de (diff)
downloadmaster-187ad058-0e5d9c6c765cb86127a3e8afae9d14b22598ed3a.tar.gz
master-187ad058-0e5d9c6c765cb86127a3e8afae9d14b22598ed3a.tar.bz2
master-187ad058-0e5d9c6c765cb86127a3e8afae9d14b22598ed3a.zip
fix php4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cd42c1a7cb..75664ad0b1 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 \