From a6504b848bee984b6c6f7312b0c62098f77303eb Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 4 Jan 2013 11:41:36 +0400 Subject: [PATCH] w3m: fix build --- w3m/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3m/Makefile b/w3m/Makefile index 908a457..f8b1c67 100644 --- a/w3m/Makefile +++ b/w3m/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ARGS += --with-ssl=$(STAGING_DIR)/usr \ --enable-image="fb" \ --with-termlib="ncurses" -TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib +TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib -liconv define Build/Configure $(call Build/Configure/Default)