diff options
Diffstat (limited to 'repo/system/elfutils/elfutils.xibuild')
-rw-r--r-- | repo/system/elfutils/elfutils.xibuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/repo/system/elfutils/elfutils.xibuild b/repo/system/elfutils/elfutils.xibuild index a68827f..5f7eb38 100644 --- a/repo/system/elfutils/elfutils.xibuild +++ b/repo/system/elfutils/elfutils.xibuild @@ -1,17 +1,17 @@ #!/bin/sh -MAKEDEPS="bison flex zlib bzip2 xz argp-standalone libtool fts musl-obstack" +MAKEDEPS="bison flex zlib bzip2 xz argp-standalone libtool musl-obstack" DEPS="musl zlib" PKG_VER=0.186 SOURCE=https://sourceware.org/elfutils/ftp/$PKG_VER/elfutils-$PKG_VER.tar.bz2 ADDITIONAL=" - files/error.h - patches/fix-aarch64_fregs.patch - patches/fix-uninitialized.patch - patches/musl-macros.patch - patches/musl-strndupa.patch - patches/musl-asm-ptrace-h.patch + error.h + fix-aarch64_fregs.patch + fix-uninitialized.patch + musl-macros.patch + musl-strndupa.patch + musl-asm-ptrace-h.patch " DESC="Utilities and DSOs to handle ELF files and DWARF data" |