[packages] ettercap: needs full iconv (ise-8859-1 -> utf8)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24799 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-22 17:18:50 +00:00
parent b7e7399641
commit 40d5e5a362

View File

@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ettercap define Package/ettercap
SECTION:=net SECTION:=net
CATEGORY:=Network 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. TITLE:=Ettercap is a suite for man in the middle attacks on LAN.
URL:=http://ettercap.sourceforge.net URL:=http://ettercap.sourceforge.net
endef endef
@ -51,7 +51,7 @@ CONFIGURE_ARGS += \
--with-libnet="$(STAGING_DIR)/usr/lib/libnet-1.1.x" \ --with-libnet="$(STAGING_DIR)/usr/lib/libnet-1.1.x" \
--with-openssl="$(STAGING_DIR)/usr" \ --with-openssl="$(STAGING_DIR)/usr" \
--with-libpcre="$(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" \ --with-libncurses="$(STAGING_DIR)/usr" \
--disable-gtk \ --disable-gtk \
--disable-debug \ --disable-debug \