]> git.pld-linux.org Git - packages/ettercap.git/blame - ettercap-as-needed.patch
- rel 18; fix openssl 1.1.1 build
[packages/ettercap.git] / ettercap-as-needed.patch
CommitLineData
0b558b20 1--- a/src/Makefile.am
2+++ b/src/Makefile.am
3@@ -140,7 +140,8 @@ if GTK
4 ettercap_LDADD += interfaces/gtk/libec_gtk.a
5 endif
6
7-ettercap_LDFLAGS = -export-dynamic @EC_LIBS@
8+ettercap_LDFLAGS = -export-dynamic
9+ettercap_LDADD += $(EC_LIBS)
10
11 CLEANFILES = *.log *.out core* missing/*.o *~
f09cd2c7 12
This page took 0.132618 seconds and 4 git commands to generate.