ettercap: another try to LDFLAGS

This commit is contained in:
Enno Boland 2015-01-03 13:24:49 +01:00
parent 9c99dd9f84
commit 08e3a8f4b8
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 -Wl,--no-as-needed"
LDFLAGS="-Wl,--no-as-needed -ldl"
do_fetch() {
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}