diff options
-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 |