From ad37c07a9129edc51b05587cfa40ef81d883f65e Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 22 Dec 2010 16:24:21 +0000 Subject: [PATCH] [packages] ettercap: fix compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@24795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ettercap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 2bbabe1e2..926449b7e 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -51,15 +51,14 @@ 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" \ + --with-iconv="$(STAGING_DIR)/usr" \ --with-libncurses="$(STAGING_DIR)/usr" \ --disable-gtk \ --disable-debug \ --enable-plugins MAKE_FLAGS += \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - AM_LDFLAGS="-L$(STAGING_DIR)/usr/lib/libiconv/lib" + DESTDIR="$(PKG_INSTALL_DIR)" define Package/ettercap/install $(INSTALL_DIR) $(1)/etc -- 2.11.0