diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 02:02:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 02:02:46 +0000 |
commit | 0afe881ee8f3b2608919fe0a8ecfae585b0d95cf (patch) | |
tree | 380c962cb1acfb11e6792e88e3db941eb6f141af /openwrt/package/php4/Makefile | |
parent | 4487ad2aa7a9afc02fbf229958d95558d531368d (diff) |
fix php4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php4/Makefile')
-rw-r--r-- | openwrt/package/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/Makefile b/openwrt/package/php4/Makefile index cd42c1a7cb..75664ad0b1 100644 --- a/openwrt/package/php4/Makefile +++ b/openwrt/package/php4/Makefile @@ -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 \ |