From c2abfcb499de6893a0eaae8c5c73b0b2afa7453e Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 7 Oct 2021 00:23:22 +0100 Subject: fixed missing elf utils lines --- repo/core/elfutils.xibuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'repo/core') diff --git a/repo/core/elfutils.xibuild b/repo/core/elfutils.xibuild index 5049a7b..60dd88c 100644 --- a/repo/core/elfutils.xibuild +++ b/repo/core/elfutils.xibuild @@ -1,3 +1,9 @@ +#!/bin/bash + +DEPS=(glibc) + +SOURCE=git://sourceware.org/git/elfutils.git +DESC="Handle ELF object files and DWARF debugging information" build () { autoreconf -i -f -- cgit v1.2.1