X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fweechat%2FMakefile;h=b4fbf973036650c03fde2b76c388f8ef7bc11c6c;hb=38994f019343740ff749b3a2d9a5899cc5a086b0;hp=3dd6d28e8b2e2eb1fe028ee173c11bddee809156;hpb=813510b31fd7d3bec3938d0b43e3541880bfc775;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/weechat/Makefile b/net/weechat/Makefile index 3dd6d28e8b..b4fbf97303 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -37,7 +37,7 @@ define Build/Configure --with-debug=0 \ --with-libgnutls-prefix=$(STAGING_DIR)/usr \ --without-doc-xsl-prefix \ - --without-libiconv-prefix \ + --with-libiconv-prefix="$(STAGING_DIR)/usr/lib/libiconv" \ --without-libintl-prefix \ --disable-aspell \ --enable-lua \ @@ -47,7 +47,7 @@ define Build/Configure --disable-python \ --disable-ruby \ , \ - LIBS="-llua -ldl -lm" \ + LIBS="-llua -ldl -lm -L$(STAGING_DIR)/usr/lib/libiconv/lib" \ ) endef