This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new e90e537f7 Fix CFLAGS addition
e90e537f7 is described below
commit e90e537f72b008062c25f748ac1a6f540fe393b0
Author: Rainer Jung <[email protected]>
AuthorDate: Thu Jun 25 09:33:50 2026 +0200
Fix CFLAGS addition
---
native/apache-2.0/Makefile.vc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/apache-2.0/Makefile.vc b/native/apache-2.0/Makefile.vc
index 7423de029..0ec6d3df9 100644
--- a/native/apache-2.0/Makefile.vc
+++ b/native/apache-2.0/Makefile.vc
@@ -44,7 +44,7 @@ LIBS = $(LIBS) $(APACHE2_LIBS)
LDIRS = /libpath:"$(APACHE2_HOME)\$(APACHE2_LDIR)"
-CFLAGS = $(CFAGS) -GF -Gs0
+CFLAGS = $(CFLAGS) -GF -Gs0
OBJECTS = \
$(CMN_OBJECTS) \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]