summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2015-10-16 23:07:12 +0200
committerMark Wielaard <[email protected]>2015-10-26 13:52:31 +0100
commit528cb45fc99a1f402ac153891ac7c007921699ef (patch)
tree0dffe0f711a8b037cb6f73b5b54ec2993186171a /tests/ChangeLog
parent5eb3e901f9ffdc02d80f5df8f6963261a23f977c (diff)
Make zlib mandatory.
Explicitly link libelf and libdw with -lz. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 1913fbbb..69a25fc6 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,10 @@
2015-10-16 Mark Wielaard <[email protected]>
+ * Makefile.am [BUILD_STATIC] (libdw): Add -lz.
+ [BUILD_STATIC] (libelf): Likewise.
+
+2015-10-16 Mark Wielaard <[email protected]>
+
* Makefile.am (dwfl_proc_attach_LDFLAGS): Add AM_LDFLAGS.
2015-10-09 Josh Stone <[email protected]>