Skip to content

Commit

Permalink
media-sound/mixxx: disable building shared libs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mjsir911 committed Jan 22, 2023
1 parent 115302f commit 4db2b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media-sound/mixxx/mixxx-9999.ebuild
Expand Up @@ -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
Expand Down

0 comments on commit 4db2b3a

Please sign in to comment.