From 7cd5bb149b30da2e972551145a5e500004273f73 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 23 Jul 2019 16:09:23 -0400 Subject: [PATCH] Install libffi6 on dpkg platforms We need the library, not the dev library, in the final locations. Change-Id: I944f8ce184836ca7c1b99727b481f338f7686090 --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 736604d72..9ee615b53 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,8 +3,8 @@ gcc [compile test] libffi-devel [platform:rpm] -libffi-dev [platform:dpkg] -libffi-dev [compile test platform:apk] +libffi-dev [compile test platform:apk platform:dpkg] +libffi6 [platform:dpkg] libffi [platform:apk] libressl-dev [compile test platform:apk] linux-headers [compile test platform:apk]