Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
mold


Commits:
82ec2336 by Frederik Schwan at 2023-09-24T22:55:29+02:00
remove dependency on openssl

Mold switches from SHA256 to b3sum.

Fixes FS#79767

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('x86_64')
 url='https://github.com/rui314/mold'
 license=('MIT')
 # xxhash is bundled
-depends=('glibc' 'gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb' 'zstd')
+depends=('glibc' 'gcc-libs' 'mimalloc' 'zlib' 'tbb' 'zstd')
 makedepends=('git' 'python' 'cmake' 'mold')
 checkdepends=('clang' 'libdwarf')
 source=("$pkgname::git+$url.git#commit=$_commit")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mold/-/commit/82ec2336589abc62feb1daf1d1590596beff654f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mold/-/commit/82ec2336589abc62feb1daf1d1590596beff654f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to