diff options
author | 2023-01-22 15:09:48 -0800 | |
---|---|---|
committer | 2023-01-23 04:28:28 +0000 | |
commit | 9c4c56577c6a096227449c6767c10a97d8a9be9e (patch) | |
tree | 45fce7709ebe61fc27a7211a29c00a006f711883 /media-sound/mixxx | |
parent | media-sound/mixxx: Update buildtime deps (diff) | |
download | gentoo-9c4c56577c6a096227449c6767c10a97d8a9be9e.tar.gz gentoo-9c4c56577c6a096227449c6767c10a97d8a9be9e.tar.bz2 gentoo-9c4c56577c6a096227449c6767c10a97d8a9be9e.zip |
media-sound/mixxx: disable building shared libs
Not sure if this is the right approach, but building the ebuild without this
gives a bunch of undefined reference errors to benchmarking code
Better approach might be this + disable benchmarking linking in final shared
build? & disable benchmarking & testing in general when USE=-test
Signed-off-by: Marco Sirabella <marco@sirabella.org>
Closes: https://github.com/gentoo/gentoo/pull/29221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/mixxx')
-rw-r--r-- | media-sound/mixxx/mixxx-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/mixxx/mixxx-9999.ebuild b/media-sound/mixxx/mixxx-9999.ebuild index 605c7557ad8e..faecbb31e604 100644 --- a/media-sound/mixxx/mixxx-9999.ebuild +++ b/media-sound/mixxx/mixxx-9999.ebuild @@ -107,6 +107,7 @@ src_configure() { -DQTKEYCHAIN="$(usex qtkeychain on off)" -DKEYFINDER="$(usex keyfinder on off)" -DDOWNLOAD_MANUAL=OFF + -DBUILD_SHARED_LIBS=OFF ) if [[ "${PV}" == 9999 ]] ; then |