Commit eed018b6 authored by Benoit Steiner's avatar Benoit Steiner

Fixed solaris libraries

parent ffa693e8
...@@ -82,7 +82,7 @@ LIB += -lpthread -ldl ...@@ -82,7 +82,7 @@ LIB += -lpthread -ldl
endif endif
ifneq (,$(findstring solaris,$(SYS))) ifneq (,$(findstring solaris,$(SYS)))
LIB += -ldl -lsocket -lnsl -lposix4 -lpthread -lresolv LIB += -ldl -lsocket -lnsl -lpthread
endif endif
ifeq ($(SYS),beos) ifeq ($(SYS),beos)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment