Add library hint for Solaris to config.mk

This commit is contained in:
Bergman Andrey 2014-07-07 22:50:15 +02:00 committed by Marc André Tanner
parent 119d7c8bca
commit 4ae63d86d6
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ MANPREFIX = ${PREFIX}/share/man
INCS = -I.
LIBS = -lc -lutil
# Solaris
#LIBS = -lc -lsocket
CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
LDFLAGS += ${LIBS}