diff options
author | davidovski <david@davidovski.xyz> | 2021-10-07 00:23:22 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-07 00:23:22 +0100 |
commit | c2abfcb499de6893a0eaae8c5c73b0b2afa7453e (patch) | |
tree | ffc34b51e91d0701c0bd12d4a0f46b0eae629337 /repo | |
parent | 160913b3b613f4e54f5f850d9d9c889906f9c39a (diff) |
fixed missing elf utils lines
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/elfutils.xibuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |