* Makefile.in: Make sure that libz is always loaded staticly.

This commit is contained in:
Christopher Faylor 2012-11-27 16:14:52 +00:00
parent 0d82dbb143
commit 1f3843930e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
* Makefile.in: Make sure that libz is always loaded staticly.
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.

View File

@ -85,7 +85,7 @@ mount.exe: path-mount.o
# Provide any necessary per-target variable overrides.
cygcheck.exe: MINGW_LDFLAGS += -lpsapi -lntdll -lz
cygcheck.exe: MINGW_LDFLAGS += -lpsapi -lntdll --static -lz
cygcheck.exe: ${CYGCHECK_OBJS}
cygpath.o: CXXFLAGS += -fno-threadsafe-statics
@ -107,7 +107,7 @@ CYGWIN_BINS += dumper.exe
dumper.o module_info.o parse_pe.o: CXXFLAGS += -I$(top_srcdir)/include
dumper.o parse_pe.o: dumper.h
dumper.exe: module_info.o parse_pe.o
dumper.exe: CYGWIN_LDFLAGS += -lbfd -lintl -liconv -liberty -lz
dumper.exe: CYGWIN_LDFLAGS += -lbfd -lintl -liconv -liberty --static -lz
else
all: warn_dumper
endif