diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 02:02:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-03 02:02:46 +0000 |
commit | 3266e4f0cb072765821ef78460ba07c7471f4629 (patch) | |
tree | bd404c35fffd8453c2bf9fd87f8b7977dbdd62bb /openwrt/package/php4 | |
parent | b7302988e923d42b5efb929d39863708116f5825 (diff) | |
download | mtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.zip mtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.tar.gz mtk-20170518-3266e4f0cb072765821ef78460ba07c7471f4629.tar.bz2 |
fix php4 build
SVN-Revision: 3300
Diffstat (limited to 'openwrt/package/php4')
-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 cd42c1a..75664ad 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 \ |