From 6ce54c5ad96255b8467877d417126c786be73ce1 Mon Sep 17 00:00:00 2001 From: Erik Maciejewski Date: Mon, 27 Sep 2021 19:15:13 -0700 Subject: [PATCH] add libelf-dev to build-depends for source pkg as a dependency for openmp libomptarget runtime build --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 9294f7d4..6e60288b 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Maintainer: LLVM Packaging Team Uploaders: Sylvestre Ledru , Gianfranco Costamagna Build-Depends: debhelper (>= 9.0), cmake, ninja-build, chrpath, texinfo, sharutils, + libelf-dev, libffi-dev, lsb-release, patchutils, diffstat, xz-utils, python3-dev, libedit-dev, libncurses5-dev, swig, python3-six, python3-sphinx (>= 1.3.6),