diff options
Diffstat (limited to 'repo/core/elfutils.xibuild')
-rw-r--r-- | repo/core/elfutils.xibuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/core/elfutils.xibuild b/repo/core/elfutils.xibuild deleted file mode 100644 index 4fef630..0000000 --- a/repo/core/elfutils.xibuild +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DEPS=(glibc) - -SOURCE=https://sourceware.org/elfutils/ftp/elfutils-latest.tar.bz2 -DESC="Handle ELF object files and DWARF debugging information" - -build () { - ./configure --prefix=/usr --disable-debuginfod --enable-libdebuginfod=dummy - make - make check - make DESTDIR=$PKG_DEST install -} |