diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-05-05 11:53:02 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-05 15:05:58 +0200 |
commit | 99b65754130ee2787981ee0b45c76f248fb154ef (patch) | |
tree | 76f657db409f537b39af7a80e27b089d6e2f84cd /net-irc/anope | |
parent | net-irc/anope: Fix musl build (diff) | |
download | gentoo-99b65754130ee2787981ee0b45c76f248fb154ef.tar.gz gentoo-99b65754130ee2787981ee0b45c76f248fb154ef.tar.bz2 gentoo-99b65754130ee2787981ee0b45c76f248fb154ef.zip |
net-irc/anope: Fix build with USE=sql
Not all modules are conditional:
* m_sqlite.cpp
* db_live.cpp
... are always built, so don't create an (incorrect) symlink.
Closes: https://bugs.gentoo.org/720984
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15650
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-irc/anope')
-rw-r--r-- | net-irc/anope/anope-2.0.7.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild index 02e171b64441..e24c908ab985 100644 --- a/net-irc/anope/anope-2.0.7.ebuild +++ b/net-irc/anope/anope-2.0.7.ebuild @@ -66,8 +66,6 @@ src_prepare() { # Any SQL implementation if use sql ; then anope_enable_mod "m_sql_authentication.cpp" - anope_enable_mod "m_sql.cpp" - anope_enable_mod "m_sql_live.cpp" fi if use ldap ; then |