Skip to content

Commit f4c3e43

Browse files
author
Bradley Nicholes
committed
use BSD sockets when building for IPV6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162054 13f79535-47bb-0310-9956-ffa450edef68
1 parent 760d7b1 commit f4c3e43

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build/NWGNUenvironment.inc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ CPP = mwccnlm
116116
LINK = mwldnlm
117117
LIB = mwldnlm -type library -w nocmdline
118118

119+
ifdef IPV6
120+
ifndef USE_STDSOCKETS
121+
USE_STDSOCKETS=1
122+
endif
123+
endif
124+
119125
NOVI = $(NOVELLLIBC)\imports
120126

121127
INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock;

0 commit comments

Comments
 (0)