On Alpine Linux, many libraries don't have static versions available (icu and harfbuzz being the relevent ones), so linking fails. Any ideas for how to do this? (libwebkitfltk.so ? Add dependencies to the pkg-config entry that's planned?)
Removing the -Wl,-Bstatic I get a libwebkitfltk.a that's 309389762 bytes.
Also, running autoconf in fifth doesn't make a working configure script; I'll try the tarball.
Removing the -Wl,-Bstatic I get a libwebkitfltk.a that's 309389762 bytes.
Also, running autoconf in fifth doesn't make a working configure script; I'll try the tarball.
Comment