From 0afe881ee8f3b2608919fe0a8ecfae585b0d95cf Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 3 Mar 2006 02:02:46 +0000
Subject: fix php4 build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/php4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'openwrt')

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 \
-- 
cgit v1.2.3