From: nbd Date: Fri, 3 Mar 2006 02:28:37 +0000 (+0000) Subject: fix php5 build X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=5787c65b9589586ac8cabe4ea44b7ba085c6f1a7 fix php5 build git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3301 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \