diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 02:28:37 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 02:28:37 +0000 |
commit | 5787c65b9589586ac8cabe4ea44b7ba085c6f1a7 (patch) | |
tree | 7bc424478bacf7bfdc84c128ba268933f1be4e63 /package | |
parent | ad3e17cf1f893311791b7b58484b894016057dbc (diff) |
fix php5 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php5/Makefile b/package/php5/Makefile index bc48855d45..176654472f 100644 --- a/package/php5/Makefile +++ b/package/php5/Makefile @@ -67,7 +67,7 @@ endif ifneq ($(BR2_PACKAGE_PHP5_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 \ |