summaryrefslogtreecommitdiff
path: root/repo/core/elfutils.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-11-20 15:02:17 +0000
committerdavidovski <david@davidovski.xyz>2021-11-20 15:02:17 +0000
commit4ca57ff5066511cbe0e18a6297cc56f9037aee9a (patch)
tree379dbfa35e514c26d83fd8aad6d90744803eb585 /repo/core/elfutils.xibuild
parent693f173a088d930874a39fff64d5f2b53eb30b1f (diff)
updated and hopefully fixed elfutils and util linux
Diffstat (limited to 'repo/core/elfutils.xibuild')
-rw-r--r--repo/core/elfutils.xibuild3
1 files changed, 1 insertions, 2 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