ettercap: add no-as-needed to LDFLAGS
This commit is contained in:
parent
aea32c6362
commit
9c99dd9f84
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ license="GPL-2"
|
||||||
homepage="http://ettercap.github.com/ettercap/"
|
homepage="http://ettercap.github.com/ettercap/"
|
||||||
update_site="http://ettercap.github.io/ettercap/downloads.html"
|
update_site="http://ettercap.github.io/ettercap/downloads.html"
|
||||||
|
|
||||||
LDFLAGS="-ldl"
|
LDFLAGS="-ldl -Wl,--no-as-needed"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}
|
git clone -b v${version} git://github.com/Ettercap/ettercap.git ${pkgname}-${version}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue