]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: remove the wrap feature dependency for muon
authorTokunori Ikegami <ikegami.t@gmail.com>
Thu, 16 Nov 2023 16:42:00 +0000 (17:42 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 16 Nov 2023 16:56:07 +0000 (17:56 +0100)
commit8f18d409f6320301f6a8b77c9d0e3d54914b9dc0
tree778ee56ac4a56fd70c54daf227b91bb024354c51
parent822fa7bdea888ed6c30938d0a526c7310272363a
build: remove the wrap feature dependency for muon

The libnvme.wrap is using a git URL for libnvme thus it doesn't depend
on libcurl, libarchive or libpkgconf. The wrap implementation is calling
git directly to download the library. Thus we can drop these dependency
which makes it possible to build it on older distributions such as
CentOS 7 and 8.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
[dwagner: updated commit message]
Signed-off-by: Daniel Wagner <dwagner@suse.de>
scripts/build.sh