diff options
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 cd42c1a7cb..75664ad0b1 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 \ |