Solaris fixes.

This commit is contained in:
Jan Vidar Krey
2009-08-06 23:15:55 +02:00
parent 4afa187f9a
commit cd389742e6
2 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ USE_SSL ?= NO
USE_BIGENDIAN ?= AUTO
BITS ?= AUTO
SILENT ?= YES
LDLIBS += -lev
LDLIBS += -levent
TERSE ?= NO
STACK_PROTECT ?= NO
@@ -21,6 +21,9 @@ ifeq ($(OS), Windows_NT)
WINDOWS ?= YES
endif
ifeq (SOLARIS,YES)
LDLIBS += -lsocket -lnsl
endif
CFLAGS += -I./src/