fix php4 build
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 3 Mar 2006 02:02:46 +0000 (02:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 3 Mar 2006 02:02:46 +0000 (02:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 \