sdl2_ttf is missing static libraries
Currently, sdl2_ttf
does not come with any static libraries.
The reason seems to be a --disable-static
flag added by an update to a newer version: https://git.alpinelinux.org/aports/commit/main/sdl2_ttf/APKBUILD?id=9f9fe1a1deba6ea6db746be393f74d4d6429a509
I was wondering if there is a way to enable static libraries for sdl2_ttf
, in order to be able to build static libraries that depend on it.
cc'ing: @Leo . (I was going to cc the maintainer here too (August Klein <amatcoder@gmail.com>
), however they don't seem to be in GitLab).
Background: I have a project that lets building statically compiled Haskell executables built on top of Alpine, and one of the issues is blocked by this issue: https://github.com/utdemir/ghc-musl/issues/14