mirror of https://github.com/hak5/openwrt.git
parent
3266e4f0cb
commit
ca71c903a9
|
@ -67,7 +67,7 @@ endif
|
||||||
ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),)
|
ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),)
|
||||||
PKG_CONFIGURE_OPTS+= --with-gd=shared,"$(STAGING_DIR)/usr" \
|
PKG_CONFIGURE_OPTS+= --with-gd=shared,"$(STAGING_DIR)/usr" \
|
||||||
--without-freetype-dir \
|
--without-freetype-dir \
|
||||||
--without-jpeg-dir \
|
--with-jpeg-dir="$(STAGING_DIR)/usr" \
|
||||||
--with-png-dir="$(STAGING_DIR)/usr" \
|
--with-png-dir="$(STAGING_DIR)/usr" \
|
||||||
--without-xpm-dir \
|
--without-xpm-dir \
|
||||||
--without-ttf \
|
--without-ttf \
|
||||||
|
|
Loading…
Reference in New Issue