]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: remove the wrap feature dependency for muon
authorDaniel Wagner <dwagner@suse.de>
Thu, 16 Nov 2023 15:21:11 +0000 (16:21 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 16 Nov 2023 15:44:48 +0000 (16:44 +0100)
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 <dwagner@suse.de>
scripts/build.sh

index 84267cc94b55f42c66c4cfc8590e980016170459..da80feba232bb3ee7e498955d4234b0ca2a76034 100755 (executable)
@@ -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                              \