mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 21:19:41 +02:00
w3m: fix build with config.full_system
This commit is contained in:
parent
9cf9d67684
commit
880c971242
@ -36,7 +36,9 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --with-ssl=$(STAGING_DIR)/usr \
|
CONFIGURE_ARGS += --with-ssl=$(STAGING_DIR)/usr \
|
||||||
--with-gc=$(STAGING_DIR)/usr/lib
|
--with-gc=$(STAGING_DIR)/usr/lib \
|
||||||
|
--disable-xface \
|
||||||
|
--with-imagelib="gtk2 gdk-pixbuf"
|
||||||
|
|
||||||
CONFIGURE_VARS += ac_cv_lib_gc_GC_init=yes
|
CONFIGURE_VARS += ac_cv_lib_gc_GC_init=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user