wok-current diff libgcrypt/receipt @ rev 25288
libQt5Plugins: removed dependency libQt3Support
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 19 07:28:24 2022 +0100 (2022-07-19) |
parents | 5d79829fa876 |
children | 5926178cd6fa |
line diff
1.1 --- a/libgcrypt/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/libgcrypt/receipt Tue Jul 19 07:28:24 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgcrypt" 1.7 -VERSION="1.8.5" 1.8 +VERSION="1.9.4" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Cryptographic library based on GnuPG." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -26,19 +26,20 @@ 1.13 compile_rules() 1.14 { 1.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.16 - echo "2d8781e92f88706707a1e76fb628b499ad538a30 $SRC/$TARBALL" | sha1sum -c || exit 1 1.17 + echo "1bccc8393482fa1953323ff429c6b5ba5676eb1a $SRC/$TARBALL" | sha1sum -c || exit 1 1.18 1.19 case "$ARCH" in 1.20 - arm) 1.21 + (arm) 1.22 #LIBS="-L/cross/arm/sysroot/usr/lib -lgpg-error" 1.23 ./configure \ 1.24 --build=i486-slitaz-linux \ 1.25 --host=arm-slitaz-linux-gnueabi ;; 1.26 - *) 1.27 + (*) 1.28 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgpg-error" 1.29 ./configure \ 1.30 --build=$HOST_SYSTEM \ 1.31 - --host=$HOST_SYSTEM ;; 1.32 + --host=$HOST_SYSTEM 1.33 + ;; 1.34 esac && 1.35 make && 1.36 make install