diff options
| author | Ulrich Drepper <[email protected]> | 2009-04-23 07:44:36 -0700 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-04-23 07:44:36 -0700 |
| commit | aab90f9307dcf3c8797659cdf41a77238b81d762 (patch) | |
| tree | 9968ea4af8a4beb0f1aad1f210e470180c558d8d /src | |
| parent | 2fe3aa6c807a4a5d2c767ab53792bf2d0d9ff2b7 (diff) | |
Add missing dependencies on compression libraries for static builds.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
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 <[email protected]> + + * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS). + 2009-04-20 Roland McGrath <[email protected]> * 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 |
