X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fphp5%2FMakefile;fp=openwrt%2Fpackage%2Fphp5%2FMakefile;h=176654472f351ec5e48f85e0492c4073aad0e0c1;hb=82854e0bd3dfad15daae8eb3be8529940ba7b46e;hp=bc48855d45dc17f289824c440606b0ccd8db2075;hpb=a48f51fbd136c129d4a96aa7b1a9209803717764;p=openwrt%2Fsvn-archive%2Farchive.git 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 \