diff options
Diffstat (limited to 'repo/core/elfutils.xibuild')
-rw-r--r-- | repo/core/elfutils.xibuild | 3 |
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 |