projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6781c61
)
net-analyzer/ettercap: [QA] Fix missing trailing slash
author
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:19:46 +0000
(13:19 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:19:46 +0000
(13:19 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
net-analyzer/ettercap/ettercap-0.8.3.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/ettercap/ettercap-0.8.3.ebuild
b/net-analyzer/ettercap/ettercap-0.8.3.ebuild
index 12a0ca3162d534d55fc287bcc2ee7639d13e72bb..ec323be8df10757f47d88feed5c57e61ee630576 100644
(file)
--- a/
net-analyzer/ettercap/ettercap-0.8.3.ebuild
+++ b/
net-analyzer/ettercap/ettercap-0.8.3.ebuild
@@
-63,7
+63,7
@@
src_configure() {
-DENABLE_GEOIP="$(usex geoip)"
-DBUNDLED_LIBS=OFF
-DSYSTEM_LIBS=ON
- -DINSTALL_SYSCONFDIR="${E
ROOT}"
etc
+ -DINSTALL_SYSCONFDIR="${E
PREFIX}"/
etc
)
#right now we only support gtk2, but ettercap also supports gtk3
#do we care? do we want to support both?