From 0b348fe4bed92ec98c6926d6f9951730fc2db14c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 20 Jan 2019 16:43:49 -0500 Subject: [PATCH] Remove socket libraries This should have been removed at Issue 178 and Issue 208 --- GNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c62098fd..f3d05951 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -813,14 +813,14 @@ ifeq ($(IS_SUN)$(SUN_COMPILER),11) endif # SunOS # TODO: can we remove this since removing sockets? -ifneq ($(IS_MINGW),0) - LDLIBS += -lws2_32 -endif +#ifneq ($(IS_MINGW),0) +# LDLIBS += -lws2_32 +#endif # TODO: can we remove this since removing sockets? -ifneq ($(IS_SUN),0) - LDLIBS += -lnsl -lsocket -endif +#ifneq ($(IS_SUN),0) +# LDLIBS += -lnsl -lsocket +#endif ifeq ($(IS_LINUX),1) ifeq ($(findstring -fopenmp,$(CXXFLAGS)),-fopenmp)