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>
This commit is contained in:

committed by
Dave Wallace

parent
9e12d7763d
commit
eb9e6b6f07
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user