From d478c3cef258c8a3579e1177961cee2169fa88bc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Aug 2024 11:29:13 +0200 Subject: core/systemd: temporarily added llvm14-libs to make clang work on i486 --- core/systemd/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/systemd/PKGBUILD') diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 535411ce..32b22179 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -42,3 +42,8 @@ eval "$( $ i fi ' )" + +# for clang on i486 +if [ "${CARCH}" = "i486" ]; then + makedepends+=(llvm14-libs) +fi -- cgit v1.2.3-70-g09d2