fix php5 build
[openwrt.git] / openwrt / package / php5 / Makefile
index bc48855..1766544 100644 (file)
@@ -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 \
This page took 0.031397 seconds and 4 git commands to generate.