summaryrefslogtreecommitdiff
path: root/repo/core/elfutils.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-07 00:06:58 +0100
committerdavidovski <david@davidovski.xyz>2021-10-07 00:06:58 +0100
commitf916b307cca81d89c42a241c6d89ff44bccfefda (patch)
treedfc2347d2eae36d86c20edf2260483c8f64a2a1b /repo/core/elfutils.xibuild
parent7ff38024bec68fe70fb6eec0f5cd16188507558f (diff)
resolved various core issues
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
}