From: Felix Fietkau Date: Fri, 3 Mar 2006 02:02:46 +0000 (+0000) Subject: fix php4 build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a48f51fbd136c129d4a96aa7b1a9209803717764 fix php4 build SVN-Revision: 3300 --- diff --git a/openwrt/package/php4/Makefile b/openwrt/package/php4/Makefile index cd42c1a7cb..75664ad0b1 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 \