main/libpsl: rebuild to fix linking against static library

Linking against the static library currently errors with:

    lto1: fatal error: bytecode stream in file '/usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../lib/libpsl.a' generated with LTO version 13.0 instead of the expected 13.1

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
This commit is contained in:
Mohammad AlSaleh 2024-06-27 06:30:44 +03:00 committed by Natanael Copa
parent dc80fa3e2c
commit 51c66a0897

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libpsl
pkgver=0.21.5
pkgrel=1
pkgrel=2
pkgdesc="C library for the Publix Suffix List"
url="https://rockdaboot.github.io/libpsl"
arch="all"