ettercap: Compiles with plugins

Adding --enable-plugins and skip_clean 'bin' since dyld will otherwise fail.

Closes Homebrew/homebrew#9667.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Casper Thomsen 2012-01-18 23:17:32 +01:00 committed by Adam Vandenberg
parent 4b797d56a9
commit 95ff450eaa
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ class Ettercap < Formula
depends_on 'pcre'
depends_on 'libnet'
# Stripping breaks plugin support
skip_clean 'bin'
# The below DATA patch fixes an issue where the linker doesn't get passed the ettercap-built
# 'libwdg' archive which is used for the ncurses interface, thus causing a build failure.
# See https://github.com/mxcl/homebrew/pull/9540
@ -19,7 +22,7 @@ class Ettercap < Formula
"--mandir=#{man}",
"--infodir=#{info}",
"--disable-gtk",
"--disable-plugins",
"--enable-plugins",
"--with-openssl=/usr",
"--with-libpcap=/usr",
"--with-libncurses=/usr",