Remove socket libraries
This should have been removed at Issue 178 and Issue 208pull/795/head
parent
efddef694d
commit
0b348fe4be
12
GNUmakefile
12
GNUmakefile
|
|
@ -813,14 +813,14 @@ ifeq ($(IS_SUN)$(SUN_COMPILER),11)
|
||||||
endif # SunOS
|
endif # SunOS
|
||||||
|
|
||||||
# TODO: can we remove this since removing sockets?
|
# TODO: can we remove this since removing sockets?
|
||||||
ifneq ($(IS_MINGW),0)
|
#ifneq ($(IS_MINGW),0)
|
||||||
LDLIBS += -lws2_32
|
# LDLIBS += -lws2_32
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
# TODO: can we remove this since removing sockets?
|
# TODO: can we remove this since removing sockets?
|
||||||
ifneq ($(IS_SUN),0)
|
#ifneq ($(IS_SUN),0)
|
||||||
LDLIBS += -lnsl -lsocket
|
# LDLIBS += -lnsl -lsocket
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
ifeq ($(IS_LINUX),1)
|
ifeq ($(IS_LINUX),1)
|
||||||
ifeq ($(findstring -fopenmp,$(CXXFLAGS)),-fopenmp)
|
ifeq ($(findstring -fopenmp,$(CXXFLAGS)),-fopenmp)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue