mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +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:
parent
09e2d3a769
commit
c3a0f20b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Architecture: amd64
|
||||||
Homepage: https://github.com/eosswedenorg/eosio-keygen
|
Homepage: https://github.com/eosswedenorg/eosio-keygen
|
||||||
Maintainer: Henrik Hautakoski <henrik@eossweden.org>
|
Maintainer: Henrik Hautakoski <henrik@eossweden.org>
|
||||||
Description: ${PACKAGE_DESCRIPTION}
|
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
|
cat ${BASE_DIR}/${PACKAGE_TMPDIR}/DEBIAN/control
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue