From 9a9ce40876f5b8a7c22a0714304c2ef3edd39653 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 16 Nov 2023 16:21:11 +0100 Subject: [PATCH] build: remove the wrap feature dependency for muon We don't use the wrap feature for building libnvme in the minimal static configuration. Thus we can drop the library dependency. Signed-off-by: Daniel Wagner --- scripts/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 84267cc9..da80feba 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -156,9 +156,6 @@ tools_build_muon() { CC="${CC}" ninja="${SAMU}" ./bootstrap.sh stage1 CC="${CC}" ninja="${SAMU}" stage1/muon setup \ - -Dlibcurl=enabled \ - -Dlibarchive=enabled \ - -Dlibpkgconf=enabled \ -Dprefix="${TOOLDIR}" \ -Ddocs=disabled \ -Dsamurai=disabled \ -- 2.50.1