]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add missing dependencies on compression libraries for static builds.
authorUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 14:44:36 +0000 (07:44 -0700)
committerUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 14:44:36 +0000 (07:44 -0700)
src/ChangeLog
src/Makefile.am

index a2e209a19ee26ced685d6ba3f41521d6f535630b..49b7203794b39ace09f695c6446f87eaab543b02 100644 (file)
@@ -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
index 64e4478bef7e901452652722cc62f444f164c8ae..c644a06238e406dfdf1fa5c78061621aa994f378 100644 (file)
@@ -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