summaryrefslogtreecommitdiff
path: root/repo/core/elfutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/elfutils.xibuild')
-rw-r--r--repo/core/elfutils.xibuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/repo/core/elfutils.xibuild b/repo/core/elfutils.xibuild
index 173ddd5..5049a7b 100644
--- a/repo/core/elfutils.xibuild
+++ b/repo/core/elfutils.xibuild
@@ -1,12 +1,8 @@
-#!/bin/bash
-
-DEPS=(glibc)
-
-SOURCE=git://sourceware.org/git/elfutils.git
-DESC="Handle ELF object files and DWARF debugging information"
build () {
+ autoreconf -i -f
./configure --prefix=/usr --disable-debuginfod --enable-libdebuginfod=dummy
make
+ make check
make DESTDIR=$PKG_DEST install
}