fix php5 build
authorFelix Fietkau <nbd@openwrt.org>
Fri, 3 Mar 2006 02:28:37 +0000 (02:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Mar 2006 02:28:37 +0000 (02:28 +0000)
SVN-Revision: 3301

openwrt/package/php5/Makefile

index bc48855d45dc17f289824c440606b0ccd8db2075..176654472f351ec5e48f85e0492c4073aad0e0c1 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 \
 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 \
        --with-png-dir="$(STAGING_DIR)/usr" \
        --without-xpm-dir \
        --without-ttf \