Open Grimler91 opened 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).
Is this still relevant?
Problem description The builds of
hwinfo, libccid, libdevmapper, libx86emu, pciutils
don't create static libraries, meaning thatpkg-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