diff options
author | Yin Congmin <congmin.yin@intel.com> | 2022-05-13 14:44:53 +0200 |
---|---|---|
committer | Yin Congmin <congmin.yin@intel.com> | 2022-06-25 14:44:02 +0200 |
commit | 693ad565031b7f5cf7c1cdc9ff9202809ef682d4 (patch) | |
tree | 0a758aaad477fd3b65ea93dedbd09077a96d0fe7 /debian/control | |
parent | cmake: lower the required version of libpmem to 1.8 (diff) | |
download | ceph-693ad565031b7f5cf7c1cdc9ff9202809ef682d4.tar.xz ceph-693ad565031b7f5cf7c1cdc9ff9202809ef682d4.zip |
install-deps: install pmdk libraries
Install libpmem and libpmemobj under focal ubuntu. the version of apt
list can meet the current requirements. libpmemobj require >=1.8.
Libpmem has no version requirements.
Signed-off-by: Yin Congmin <congmin.yin@intel.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 51c47c124a8..23b79088894 100644 --- a/debian/control +++ b/debian/control @@ -78,6 +78,8 @@ Build-Depends: automake, libxmlsec1-nss <pkg.ceph.check>, libxmlsec1-openssl <pkg.ceph.check>, libxmlsec1-dev <pkg.ceph.check>, + libpmem-dev <pkg.ceph.pmdk>, + libpmemobj-dev (>= 1.8) <pkg.ceph.pmdk>, ninja-build, nlohmann-json3-dev, patch, |