fix build
[LibreOffice.git] / external / curl / curl-msvc-zlib.patch.1
bloba9ee0013d50b6765847106d93a94d4a330a52af9
1 find internal zlib in nmake buildsystem
3 --- curl/winbuild/MakefileBuild.vc.orig2        2021-10-27 20:44:48.685237000 +0200
4 +++ curl/winbuild/MakefileBuild.vc      2021-10-27 20:47:23.792407400 +0200
5 @@ -244,8 +244,9 @@
6  ZLIB_LIB_DIR = $(ZLIB_PATH)\lib
7  ZLIB_LFLAGS  = $(ZLIB_LFLAGS) "/LIBPATH:$(ZLIB_LIB_DIR)"
8  !ELSE
9 -ZLIB_INC_DIR = $(DEVEL_INCLUDE)
10 -ZLIB_LIB_DIR = $(DEVEL_LIB)
11 +ZLIB_INC_DIR = $(WORKDIR)/UnpackedTarball/zlib
12 +ZLIB_LIB_DIR = $(WORKDIR)/LinkTarget/StaticLibrary
13 +ZLIB_LFLAGS  = $(ZLIB_LFLAGS) "/LIBPATH:$(ZLIB_LIB_DIR)"
14  !ENDIF
16  # Depending on how zlib is built the libraries have different names, we