diff options
author | davidovski <david@davidovski.xyz> | 2021-11-20 15:02:17 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-11-20 15:02:17 +0000 |
commit | 4ca57ff5066511cbe0e18a6297cc56f9037aee9a (patch) | |
tree | 379dbfa35e514c26d83fd8aad6d90744803eb585 /repo | |
parent | 693f173a088d930874a39fff64d5f2b53eb30b1f (diff) |
updated and hopefully fixed elfutils and util linux
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/elfutils.xibuild | 3 | ||||
-rw-r--r-- | repo/core/util-linux.xibuild | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/repo/core/elfutils.xibuild b/repo/core/elfutils.xibuild index 60dd88c..4fef630 100644 --- a/repo/core/elfutils.xibuild +++ b/repo/core/elfutils.xibuild @@ -2,11 +2,10 @@ DEPS=(glibc) -SOURCE=git://sourceware.org/git/elfutils.git +SOURCE=https://sourceware.org/elfutils/ftp/elfutils-latest.tar.bz2 DESC="Handle ELF object files and DWARF debugging information" build () { - autoreconf -i -f ./configure --prefix=/usr --disable-debuginfod --enable-libdebuginfod=dummy make make check diff --git a/repo/core/util-linux.xibuild b/repo/core/util-linux.xibuild index 66df0a6..1ab840c 100644 --- a/repo/core/util-linux.xibuild +++ b/repo/core/util-linux.xibuild @@ -2,7 +2,7 @@ DEPS=(shadow coreutils libcap libxcrypt readline) -SOURCE=https://github.com/karelzak/util-linux +SOURCE=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git BRANCH=stable/v2.20 DESC="System Utilities for Linux" @@ -22,6 +22,7 @@ build () { --without-python \ --without-systemd \ --without-systemdsystemunitdir \ + --disable-werror \ runstatedir=/run make make DESTDIR=$PKG_DEST install |