diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-07 21:04:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-09 22:43:05 -0700 |
| commit | c957c486be71fb63a6f5fba8c5ac1cb1fcd5f04f (patch) | |
| tree | b3796ce8da82e5113998ae67528f63cc39d67c5c /pkg/elfutils/gen.lua | |
| parent | 2e6b6a5e8a24555f4d421ca9b166b7ae7cc986cf (diff) | |
Use libelf from elftoolchain
Diffstat (limited to 'pkg/elfutils/gen.lua')
| -rw-r--r-- | pkg/elfutils/gen.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/elfutils/gen.lua b/pkg/elfutils/gen.lua index 2d1d5b10..cec705a8 100644 --- a/pkg/elfutils/gen.lua +++ b/pkg/elfutils/gen.lua @@ -8,7 +8,6 @@ cflags{ } pkg.hdrs = copy('$outdir/include', '$srcdir/libelf', {'libelf.h', 'gelf.h'}) -pkg.hdrs.install = true lib('libelf.a', [[libelf/( elf_version.c elf_hash.c elf_error.c elf_fill.c @@ -62,6 +61,5 @@ lib('libelf.a', [[libelf/( elf32_getchdr.c elf64_getchdr.c gelf_getchdr.c elf_compress.c elf_compress_gnu.c )]]) -file('lib/libelf.a', '644', '$outdir/libelf.a') fetch 'git' |
