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