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 73d4a4d5a Another dependency for 1.3.x
73d4a4d5a is described below
commit 73d4a4d5acbb440f04d631d16fa2aba112ffa4ee
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Dec 17 14:23:22 2025 +0000
Another dependency for 1.3.x
---
native/NMAKEmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/NMAKEmakefile b/native/NMAKEmakefile
index 9cfb21d11..8c187d913 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 shlwapi.lib $(APR_LIB)
+LIBS = $(LIBS) user32.lib gdi32.lib psapi.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]