]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: remove libhugetlbfs references
authorDaniel Wagner <dwagner@suse.de>
Fri, 17 Nov 2023 08:06:30 +0000 (09:06 +0100)
committerDaniel Wagner <wagi@monom.org>
Fri, 1 Dec 2023 09:39:47 +0000 (10:39 +0100)
nvme-cli doesn't depend on libhugetlbfs anymore. Update the documentation
and the CI build.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/AppImageBuilder.yml
Makefile
README.md

index 67b215c681a6061e0bf637928c9dc0f533728e36..cce46890c489a0e17b99bbf9cf0cf1701295f967 100644 (file)
@@ -27,7 +27,6 @@ AppDir:
       - sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
     include:
       - libjson-c5
-      - libhugetlbfs0
       - libssl3
   files:
     include:
index 442165e368b9574d6841c6c29d35449ed7f6bbfb..7f44364cd080ff10f71b6d4396607e96f8d92066 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,6 @@ debug:
 static:
        meson ${BUILD-DIR} --buildtype=release \
                --default-library=static -Dc_link_args="-static" \
-               -Dlibhugetlbfs=disabled --wrap-mode=forcefallback \
+               --wrap-mode=forcefallback \
                -Dlibnvme:tests=false -Dlibnvme:keyutils=disabled
        ninja -C ${BUILD-DIR}
-       @echo "Static binary dose not support libhugetlbfs"
index f68809e1164bfac8917af35f2101a81464025086..1113b1e400965342652a73c6b7e910b6f288af41 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,6 @@ script which helps to setup a build environment.
  |---------|------------|-------|
  | libnvme, libnvme-mi| yes | be either installed or included into the build via meson fallback feature |
  | json-c | optional | recommended, without all plugins are disabled and json-c output format is disabled |
- | libhugetlbfs | optional | adds support for hugetlbfs |
 
 
 ### Build with meson
@@ -99,7 +98,6 @@ RPM build support via Makefile that uses meson
        $ make rpm
 
 Static binary(no dependency) build support via Makefile that uses meson   
-Caution : it will not support libhugetlbfs
 
        $ make static