diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2016-07-13 17:48:54 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2016-07-13 17:48:54 +0000 |
commit | 552479055ed8ad7f7ffca61077c088b9c70dca75 (patch) | |
tree | ab51fff0d12ebcaa9f5ecac4eccad04a060ba2a6 /devel/elfutils/files/patch-lib_Makefile.am | |
parent | Actually remove needless patch. (diff) |
Add elfutils 0.163
Elfutils is a collection of utilities, including: stack (to show
backtraces); nm (for listing symbols from object files); size (for
listing the section sizes of an object or archive file); strip (for
discarding symbols); readelf (to see the raw ELF file structures);
elflint (to check for well-formed ELF files); and elfcompress (to
compress or decompress ELF sections).
It also provides libraries to allow other programs to manipulate ELF and
DWARF data.
WWW: https://fedorahosted.org/elfutils/
Reviewed by: bdrewery
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D7206
Diffstat (limited to 'devel/elfutils/files/patch-lib_Makefile.am')
-rw-r--r-- | devel/elfutils/files/patch-lib_Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/elfutils/files/patch-lib_Makefile.am b/devel/elfutils/files/patch-lib_Makefile.am new file mode 100644 index 000000000000..7f27927b9eab --- /dev/null +++ b/devel/elfutils/files/patch-lib_Makefile.am @@ -0,0 +1,11 @@ +--- lib/Makefile.am.orig 2016-07-13 07:11:15 UTC ++++ lib/Makefile.am +@@ -35,7 +35,7 @@ noinst_LIBRARIES = libeu.a + + libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \ + crc32.c crc32_file.c md5.c sha1.c \ +- color.c ++ color.c error.c obstack.c obstack_printf.c + + noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h \ + sha1.h eu-config.h |