From eb9e6b6f07499e095e7b6b6148be3d7ca27e180f Mon Sep 17 00:00:00 2001 From: Gabriel Ganne Date: Mon, 23 Oct 2017 10:01:10 +0200 Subject: [PATCH] add libffi-dev to DEB_DEPENDS Package is already in the RPM_DEPENDS list, and is required for test-* targets Change-Id: I3846e68855402b50a51adf3daf218e0244562cd6 Signed-off-by: Gabriel Ganne --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09df4a08dbc..ee1b2757cab 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-systemd DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config DEB_DEPENDS += lcov chrpath autoconf indent clang-format libnuma-dev DEB_DEPENDS += python-all python-dev python-virtualenv python-pip libffi6 check -DEB_DEPENDS += libboost-all-dev +DEB_DEPENDS += libboost-all-dev libffi-dev ifeq ($(OS_VERSION_ID),14.04) DEB_DEPENDS += openjdk-8-jdk-headless DEB_DEPENDS += libssl-dev -- 2.16.6