X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/475e0d886041b4345585e13f0c04bcb9af0c0c5a..22a1832e50a0d9a43fd3388976994bd3d6cc13c1:/openwrt/package/php5/Makefile?ds=sidebyside diff --git a/openwrt/package/php5/Makefile b/openwrt/package/php5/Makefile index bc48855d4..176654472 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 \