Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954409 - media-libs/libsdl3: missing static-libs USE flag
Summary: media-libs/libsdl3: missing static-libs USE flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-25 23:33 UTC by fallingladder
Modified: 2025-04-26 00:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
My own fix (libsdl3-3.2.10-r1.ebuild,4.84 KB, text/plain)
2025-04-25 23:40 UTC, fallingladder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fallingladder 2025-04-25 23:33:50 UTC
The static-libs USE flag is missing. SDL_STATIC is just set to no.
Comment 1 fallingladder 2025-04-25 23:40:58 UTC
Created attachment 926192 [details]
My own fix
Comment 2 Ionen Wolkens gentoo-dev 2025-04-26 00:27:38 UTC
This is intentional, removed in [1] -- see also [2]'s "Packages must not install static libraries unless they are explicitly required, either by themselves or their reverse dependencies", adding IUSE=static-libs is only done when there is a specific reason to.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dd2ba46c51
[2] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302