Merge pull request #7495 from lumarogit/elfutils

elfutils: update spkgbuild, disable zstd
This commit is contained in:
Luis
2023-11-30 16:39:14 +01:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -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/

View File

@@ -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
}