mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Merge pull request #7495 from lumarogit/elfutils
elfutils: update spkgbuild, disable zstd
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user