1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

scripts/generate_deb.sh.in: depend on libc6 for pthreads (should always be there but just in case).

This commit is contained in:
Henrik Hautakoski 2020-01-09 12:10:20 +01:00
parent 09e2d3a769
commit c3a0f20b1f

View file

@ -29,7 +29,7 @@ Architecture: amd64
Homepage: https://github.com/eosswedenorg/eosio-keygen
Maintainer: Henrik Hautakoski <henrik@eossweden.org>
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