From: Ulrich Drepper Date: Thu, 23 Apr 2009 14:44:36 +0000 (-0700) Subject: Add missing dependencies on compression libraries for static builds. X-Git-Tag: elfutils-0.141~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aab90f9307dcf3c8797659cdf41a77238b81d762;p=thirdparty%2Felfutils.git Add missing dependencies on compression libraries for static builds. --- diff --git a/src/ChangeLog b/src/ChangeLog index a2e209a19..49b720379 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-04-23 Ulrich Drepper + + * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS). + 2009-04-20 Roland McGrath * addr2line.c (print_dwarf_function): Honor -s and -A for file names diff --git a/src/Makefile.am b/src/Makefile.am index 64e4478be..c644a0623 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