mirror of https://github.com/martanne/abduco
Add library hint for Solaris to config.mk
This commit is contained in:
parent
119d7c8bca
commit
4ae63d86d6
|
|
@ -9,6 +9,9 @@ MANPREFIX = ${PREFIX}/share/man
|
||||||
INCS = -I.
|
INCS = -I.
|
||||||
LIBS = -lc -lutil
|
LIBS = -lc -lutil
|
||||||
|
|
||||||
|
# Solaris
|
||||||
|
#LIBS = -lc -lsocket
|
||||||
|
|
||||||
CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
|
CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
|
||||||
LDFLAGS += ${LIBS}
|
LDFLAGS += ${LIBS}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue