scripts/pkgdep: add archlinux dependency for pmdk
pkg-config was missing for pmdk installation. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I795c4b3a71d611292beaa650960afb639e827e78 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1328 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com>
This commit is contained in:
parent
4a1ec34d3b
commit
9bf3be9f95
@ -272,7 +272,7 @@ elif [ -f /etc/arch-release ]; then
|
||||
fi
|
||||
if [[ $INSTALL_PMEM == "true" ]]; then
|
||||
# Additional dependencies for building pmem based backends
|
||||
pacman -Sy --needed --noconfirm ndctl
|
||||
pacman -Sy --needed --noconfirm ndctl pkg-config
|
||||
git clone https://github.com/pmem/pmdk.git /tmp/pmdk -b 1.6.1
|
||||
make -C /tmp/pmdk -j$(nproc)
|
||||
make install -C /tmp/pmdk
|
||||
|
Loading…
Reference in New Issue
Block a user