index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 22:35:07 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-19 22:35:23 +0300 |
commit | 7b3ef9e913069f59082b3c42754b15c9f3f6cb2c (patch) | |
tree | cdcb8c065011c6f510387c3a3b8365b598facd4b /core | |
parent | 5d4daa5dafcec498bf75d681590af11d8b960271 (diff) |
-rw-r--r-- | core/curl/PKGBUILD | 10 |
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD index eaaffe13..6d7d6522 100644 --- a/core/curl/PKGBUILD +++ b/core/curl/PKGBUILD @@ -1,7 +1,3 @@ -# disable QUIC for now (we have and old openssl library in staging?!) -eval "$( - declare -f build | \ - sed ' - /configure/s/--with-openssl-quic//g - ' -)" +# Valgrind seems broken for now +unset check +unset checkdepends |