]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
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)
commit66c7b4a494044bba04d68f437c5246dc4d5fe6f4
tree80b21869bcc671718c9a07fc4477b2160d6cd367
parentb35af508fb989e4ce96f50678f8ce8ee38f24951
README: add a missing necessary package

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