fix php4 build
authorFelix Fietkau <nbd@openwrt.org>
Fri, 3 Mar 2006 02:02:46 +0000 (02:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Mar 2006 02:02:46 +0000 (02:02 +0000)
SVN-Revision: 3300

openwrt/package/php4/Makefile

index cd42c1a7cb032e45841919b6f654df37aa8a3ce2..75664ad0b1bec8fe584154bc9fdf0ea8df985b5d 100644 (file)
@@ -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 \