From: Michael Büsch Date: Sun, 6 Mar 2011 13:24:55 +0000 (+0000) Subject: bemused: Don't need explicit iconv flags. nls.mk does that for us X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=70ddd45cfe7e8bf7547a5f2d5ca8c082514ea28d;p=openwrt%2Fsvn-archive%2Farchive.git bemused: Don't need explicit iconv flags. nls.mk does that for us SVN-Revision: 25886 --- diff --git a/utils/bemused/Makefile b/utils/bemused/Makefile index 2e6bbd4473..5982416b13 100644 --- a/utils/bemused/Makefile +++ b/utils/bemused/Makefile @@ -37,11 +37,7 @@ endef EXTRA_CPPFLAGS:= \ -I$(STAGING_DIR)/usr/include/glib-1.2 \ - -I$(STAGING_DIR)/usr/lib/glib/include \ - -I$(ICONV_PREFIX)/include - -EXTRA_LDFLAGS:= \ - -L$(ICONV_PREFIX)/lib + -I$(STAGING_DIR)/usr/lib/glib/include define Build/Compile $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \