From 702d994fd64681bedd345d9193f7f6f82630580d Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 30 Nov 2023 15:37:22 +0000 Subject: [PATCH] elfutils: update spkgbuild, disable zstd --- core/elfutils/.pkgfiles | 2 +- core/elfutils/spkgbuild | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/elfutils/.pkgfiles b/core/elfutils/.pkgfiles index 8c3d85460..c45bb8e95 100644 --- a/core/elfutils/.pkgfiles +++ b/core/elfutils/.pkgfiles @@ -1,4 +1,4 @@ -elfutils-0.190-1 +elfutils-0.190-2 drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/debuginfod/ drwxr-xr-x root/root etc/profile.d/ diff --git a/core/elfutils/spkgbuild b/core/elfutils/spkgbuild index 0ed1a9ce8..f7b7d5ffd 100755 --- a/core/elfutils/spkgbuild +++ b/core/elfutils/spkgbuild @@ -3,7 +3,7 @@ name=elfutils version=0.190 -release=1 +release=2 source="https://sourceware.org/ftp/elfutils/$version/elfutils-$version.tar.bz2" build() { @@ -17,7 +17,10 @@ build() { --sysconfdir=/etc \ --program-prefix="eu-" \ --disable-debuginfod \ - --enable-deterministic-archives + --disable-libdebuginfod \ + --disable-nls \ + --enable-deterministic-archives \ + --without-zstd make make DESTDIR=$PKG install }