termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.28k stars 3.06k forks source link

Missing static libs #10190

Open Grimler91 opened 5 years ago

Grimler91 commented 5 years ago

Problem description The builds of hwinfo, libccid, libdevmapper, libx86emu, pciutils don't create static libraries, meaning that pkg-static isn't created.

Steps to reproduce Build one of these packages with ./build-package.sh -i {pkg}

Expected behavior Static libraries should be built and packaged in pkg-static.

Additional information

ghost commented 5 years ago

devmapper doesn't support --enable-static option. It may be worth to try --enable-static_link - this one intended to link tools with libraries statically.

libx86emu doesn't support static libs at all (no related parts in makefile).

twaik commented 4 weeks ago

Is this still relevant?