From: nbd Date: Fri, 3 Mar 2006 02:02:46 +0000 (+0000) Subject: fix php4 build X-Git-Tag: fast2504n-3.10.28-merged~22942^2~975 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=ad3e17cf1f893311791b7b58484b894016057dbc;p=openwrt.git fix php4 build git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \