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 | ad3e17cf1f893311791b7b58484b894016057dbc (patch) | |
tree | cda7820985b166b2659e9f1e7aadc659f717a6f3 /package/php4/Makefile | |
parent | 284165338411823566c1286e3bd7ecaa86844337 (diff) |
fix php4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php4/Makefile')
-rw-r--r-- | package/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php4/Makefile b/package/php4/Makefile index cd42c1a7c..75664ad0b 100644 --- a/package/php4/Makefile +++ b/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 \ |