diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-07 11:08:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-07 11:08:24 +0100 |
commit | bfa7d46fefef93f1ec8457686879c9a40c6dfd73 (patch) | |
tree | 99fbcc05e495d354eb9f74a9dd1d9cb5bc467e8b /net-irc/emech | |
parent | net-libs/libiscsi: Sync live ebuild (diff) | |
download | gentoo-bfa7d46fefef93f1ec8457686879c9a40c6dfd73.tar.gz gentoo-bfa7d46fefef93f1ec8457686879c9a40c6dfd73.tar.bz2 gentoo-bfa7d46fefef93f1ec8457686879c9a40c6dfd73.zip |
net-irc/emech: Disable redirect
* https://github.com/EnergyMech/energymech/issues/15#issuecomment-643470653
Closes: https://github.com/gentoo/gentoo/pull/18957
Closes: https://bugs.gentoo.org/707122
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-irc/emech')
-rw-r--r-- | net-irc/emech/emech-3.0.99_p3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/emech/emech-3.0.99_p3.ebuild b/net-irc/emech/emech-3.0.99_p3.ebuild index dcfb74ec059d..68daec2e5664 100644 --- a/net-irc/emech/emech-3.0.99_p3.ebuild +++ b/net-irc/emech/emech-3.0.99_p3.ebuild @@ -36,6 +36,7 @@ src_prepare() { } myconf() { + tc-export CC echo ./configure $* ./configure $* || die "./configure failed" } @@ -56,7 +57,6 @@ src_configure() { --with-note \ --with-notify \ --with-rawdns \ - --with-redirect \ --with-seen \ --with-stats \ --with-telnet \ @@ -66,6 +66,7 @@ src_configure() { --with-web \ --with-wingate \ --without-profiling \ + --without-redirect \ $(use_with tcl) \ $(use_with session) \ $(use_with debug) |