fix php4 build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-03-03 02:02:46 +00:00
parent 9c790f5054
commit 0e5d9c6c76
1 changed files with 1 additions and 1 deletions

View 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 \