summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@myware66.akkadia.org>2009-04-23 07:44:36 -0700
committerUlrich Drepper <drepper@myware66.akkadia.org>2009-04-23 07:44:36 -0700
commitaab90f9307dcf3c8797659cdf41a77238b81d762 (patch)
tree9968ea4af8a4beb0f1aad1f210e470180c558d8d
parent2fe3aa6c807a4a5d2c767ab53792bf2d0d9ff2b7 (diff)
downloadelfutils-aab90f9307dcf3c8797659cdf41a77238b81d762.tar.gz
Add missing dependencies on compression libraries for static builds.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2e209a1..49b72037 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-23 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
+
2009-04-20 Roland McGrath <roland@redhat.com>
* addr2line.c (print_dwarf_function): Honor -s and -A for file names
diff --git a/src/Makefile.am b/src/Makefile.am
index 64e4478b..c644a062 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -95,7 +95,7 @@ endif
if BUILD_STATIC
libasm = ../libasm/libasm.a
-libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
+libdw = ../libdw/libdw.a $(zip_LIBS) $(libelf) $(libebl) -ldl
libelf = ../libelf/libelf.a
else
libasm = ../libasm/libasm.so