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
|
||||
|
||||
# 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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue