1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:37:35 +00:00

Ports: Add auth_type verification to all package.sh files

This commit is contained in:
Brendan Coles 2021-04-16 17:39:43 +00:00 committed by Linus Groh
parent 6c618eb072
commit a206ab2211
68 changed files with 135 additions and 65 deletions

View file

@ -3,7 +3,8 @@ port=libassuan
version=2.5.5
useconfigure=true
#configopts="--with-libgpg-error-prefix=${SERENITY_BUILD_DIR}/Root/usr/local"
files="https://gnupg.org/ftp/gcrypt/libassuan/libassuan-${version}.tar.bz2 libassuan-${version}.tar.bz2"
files="https://gnupg.org/ftp/gcrypt/libassuan/libassuan-${version}.tar.bz2 libassuan-${version}.tar.bz2 7194453152bb67e3d45da698762b5d6f"
auth_type=md5
pre_configure() {
export gcry_cv_gcc_has_f_visibility=no