]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
README: add a missing necessary package
authorChung-Chiang Cheng <cccheng@synology.com>
Thu, 4 Jan 2024 05:42:36 +0000 (13:42 +0800)
committerZorro Lang <zlang@kernel.org>
Thu, 4 Jan 2024 08:42:33 +0000 (16:42 +0800)
src/dbtest.c requires 'gdbm-ndbm.h' or 'ndbm.h', both of which are
supplied by 'libgdbm-compat-dev' in the latest Ubuntu LTS. However,
this package is not a dependency of the currently listed packages.
Therefore, add it explicitly to the necessary packages list.

$ dpkg -L libgdbm-compat-dev
/.
/usr
/usr/include
/usr/include/dbm.h
/usr/include/gdbm-ndbm.h
/usr/include/ndbm.h

Signed-off-by: Chung-Chiang Cheng <cccheng@synology.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
README

diff --git a/README b/README
index e0dabe96503a90a68de4df8534cee0d898ba8344..c46690c4eabb0a6a0ffa1df3f495320638f71813 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,8 @@ Ubuntu or Debian
    $ sudo apt-get install acl attr automake bc dbench dump e2fsprogs fio gawk \
         gcc git indent libacl1-dev libaio-dev libcap-dev libgdbm-dev libtool \
         libtool-bin liburing-dev libuuid1 lvm2 make psmisc python3 quota sed \
-        uuid-dev uuid-runtime xfsprogs linux-headers-$(uname -r) sqlite3
+        uuid-dev uuid-runtime xfsprogs linux-headers-$(uname -r) sqlite3 \
+        libgdbm-compat-dev
 
 2. Install packages for the filesystem(s) being tested: