* Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.

This commit is contained in:
Dave Korn 2009-04-13 22:51:02 +00:00
parent 73bd57524a
commit 228f0b11fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-04-13 Dave Korn <dave.korn.cygwin@gmail.com>
* Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.
2009-04-07 Corinna Vinschen <corinna@vinschen.de>
* path.cc (readlink): Accommodate new UTF-16 symlinks.

View File

@ -88,7 +88,7 @@ CYGWIN_BINS += dumper.exe
dumper.o module_info.o parse_pe.o: CXXFLAGS += -I$(bupdir2)/bfd -I$(updir1)/include
dumper.o parse_pe.o: dumper.h
dumper.exe: module_info.o parse_pe.o
dumper.exe: ALL_LDFLAGS += ${libbfd} ${libintl} -L$(bupdir1)/libiberty $(LIBICONV) -liberty
dumper.exe: ALL_LDFLAGS += ${libbfd} ${libintl} -L$(bupdir1)/libiberty $(LIBICONV) -liberty -lz
else
all: warn_dumper
endif