diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2017-10-23 10:01:10 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-11-15 14:50:27 +0000 |
commit | eb9e6b6f07499e095e7b6b6148be3d7ca27e180f (patch) | |
tree | f36b209565cea5da71bbf2e5ac4a67eb4b56f0f5 /Makefile | |
parent | 9e12d7763d542067a9725b86d40d07d6b7bd7433 (diff) |
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 <gabriel.ganne@enea.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |