From f916b307cca81d89c42a241c6d89ff44bccfefda Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 7 Oct 2021 00:06:58 +0100 Subject: resolved various core issues --- repo/core/elfutils.xibuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'repo/core/elfutils.xibuild') 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 } -- cgit v1.2.1