From c3a0f20b1fffd060df512f7daf1e2792f98f4256 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 9 Jan 2020 12:10:20 +0100 Subject: [PATCH] scripts/generate_deb.sh.in: depend on libc6 for pthreads (should always be there but just in case). --- scripts/generate_deb.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_deb.sh.in b/scripts/generate_deb.sh.in index 21eaafc..80ac9c5 100644 --- a/scripts/generate_deb.sh.in +++ b/scripts/generate_deb.sh.in @@ -29,7 +29,7 @@ Architecture: amd64 Homepage: https://github.com/eosswedenorg/eosio-keygen Maintainer: Henrik Hautakoski Description: ${PACKAGE_DESCRIPTION} -Depends: libssl1.1" &> ${BASE_DIR}/${PACKAGE_TMPDIR}/DEBIAN/control +Depends: libssl1.1, libc6" &> ${BASE_DIR}/${PACKAGE_TMPDIR}/DEBIAN/control cat ${BASE_DIR}/${PACKAGE_TMPDIR}/DEBIAN/control