1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 21:50:36 +02:00

w3m: fix build with config.full_system

This commit is contained in:
kyak 2011-02-18 09:29:39 +03:00
parent 9cf9d67684
commit 880c971242

View File

@ -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