OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2011-02-18 07:29:39 (12 years 9 months ago) |
---|---|
Author: | kyak |
Commit: | 880c971242512ffdc98af08d7c990ca4a8504b8a |
Message: | w3m: fix build with config.full_system |
Files: |
w3m/Makefile (1 diff) |
Change Details
w3m/Makefile | ||
---|---|---|
36 | 36 | endef |
37 | 37 | |
38 | 38 | CONFIGURE_ARGS += --with-ssl=$(STAGING_DIR)/usr \ |
39 | --with-gc=$(STAGING_DIR)/usr/lib | |
39 | --with-gc=$(STAGING_DIR)/usr/lib \ | |
40 | --disable-xface \ | |
41 | --with-imagelib="gtk2 gdk-pixbuf" | |
40 | 42 | |
41 | 43 | CONFIGURE_VARS += ac_cv_lib_gc_GC_init=yes |
42 | 44 |