diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 02:28:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 02:28:37 +0000 |
commit | ff3d8e6c57ed4348f22264474de260c7c2aa1f68 (patch) | |
tree | 7bc424478bacf7bfdc84c128ba268933f1be4e63 /package | |
parent | 0e5d9c6c765cb86127a3e8afae9d14b22598ed3a (diff) | |
download | upstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.tar.gz upstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.tar.bz2 upstream-ff3d8e6c57ed4348f22264474de260c7c2aa1f68.zip |
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 \ |