From ca71c903a9a49137f966d3deb30b10f6d3cdcde1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 3 Mar 2006 02:28:37 +0000 Subject: [PATCH] fix php5 build SVN-Revision: 3301 --- openwrt/package/php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/php5/Makefile b/openwrt/package/php5/Makefile index bc48855d45..176654472f 100644 --- a/openwrt/package/php5/Makefile +++ b/openwrt/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 \ -- 2.25.1