ettercap: add no-as-needed to LDFLAGS

This commit is contained in:
Enno Boland 2015-01-03 13:17:04 +01:00
parent aea32c6362
commit 9c99dd9f84
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ license="GPL-2"
homepage="http://ettercap.github.com/ettercap/"
update_site="http://ettercap.github.io/ettercap/downloads.html"
LDFLAGS="-ldl"
LDFLAGS="-ldl -Wl,--no-as-needed"
do_fetch() {
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}