This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new 733044521 Tomcat Native 1.3.1 has an additional dependency
733044521 is described below
commit 73304452157fdc3cf7c6f27fe64017fae8ff81a8
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Dec 17 14:20:34 2025 +0000
Tomcat Native 1.3.1 has an additional dependency
---
native/NMAKEmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/NMAKEmakefile b/native/NMAKEmakefile
index ce2bfe297..9cfb21d11 100644
--- a/native/NMAKEmakefile
+++ b/native/NMAKEmakefile
@@ -70,7 +70,7 @@ LDIRS = $(LDIRS) /libpath:"$(WITH_OPENSSL)\out32"
!ENDIF
LFLAGS = $(LFLAGS) /version:1.3
-LIBS = $(LIBS) user32.lib gdi32.lib $(APR_LIB)
+LIBS = $(LIBS) user32.lib gdi32.lib shlwapi.lib $(APR_LIB)
LIBS = $(LIBS) libssl.lib libcrypto.lib crypt32.lib
CFLAGS = $(CFLAGS) -DZLIB_WINAPI -DNO_IDEA -DNO_RC5 -DNO_MDC2
-DOPENSSL_NO_IDEA \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]