From: Jo-Philipp Wich Date: Wed, 22 Dec 2010 17:18:50 +0000 (+0000) Subject: [packages] ettercap: needs full iconv (ise-8859-1 -> utf8) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b9b534f74126c6478aaf11f7d7aa644bbe2e45c3 [packages] ettercap: needs full iconv (ise-8859-1 -> utf8) SVN-Revision: 24799 --- diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 926449b7e7..e87430eb95 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ettercap SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv +libncurses +libltdl +libpthread +zlib + DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv-full +libncurses +libltdl +libpthread +zlib TITLE:=Ettercap is a suite for man in the middle attacks on LAN. URL:=http://ettercap.sourceforge.net endef @@ -51,7 +51,7 @@ CONFIGURE_ARGS += \ --with-libnet="$(STAGING_DIR)/usr/lib/libnet-1.1.x" \ --with-openssl="$(STAGING_DIR)/usr" \ --with-libpcre="$(STAGING_DIR)/usr" \ - --with-iconv="$(STAGING_DIR)/usr" \ + --with-iconv="$(STAGING_DIR)/usr/lib/libiconv-full" \ --with-libncurses="$(STAGING_DIR)/usr" \ --disable-gtk \ --disable-debug \