[packages] ettercap: use mini iconv (again)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Jan 2011 23:14:45 +0000 (23:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 1 Jan 2011 23:14:45 +0000 (23:14 +0000)
SVN-Revision: 24871

net/ettercap/Makefile

index e87430eb95c97cae8d3e73d31ef5e06f69441489..f60a79bfae2dccce7123da4aef2cb621743407e1 100644 (file)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ettercap
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv-full +libncurses +libltdl +libpthread +zlib
+  DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +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/lib/libiconv-full" \
+       --with-iconv="$(STAGING_DIR)/usr" \
        --with-libncurses="$(STAGING_DIR)/usr" \
        --disable-gtk \
        --disable-debug \