mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Update to latest upstream version, 0.168. 0.168 removes the eu-ld utility and adds the eu-elfcompress utility. Requested by: emaste@, kib@ Approved by: bapt@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9240
12 lines
419 B
Text
12 lines
419 B
Text
--- lib/Makefile.am.orig 2016-12-28 09:32:00 UTC
|
|
+++ lib/Makefile.am
|
|
@@ -35,7 +35,8 @@ 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 version.c
|
|
+ color.c version.c error.c obstack.c \
|
|
+ obstack_printf.c
|
|
|
|
noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \
|
|
md5.h sha1.h eu-config.h
|