solaris compile fix
This commit is contained in:
@@ -15,8 +15,9 @@ VERSION = 1
|
|||||||
# includes and libs
|
# includes and libs
|
||||||
INCLUDES = -I. -I${INCDIR} -I/usr/include
|
INCLUDES = -I. -I${INCDIR} -I/usr/include
|
||||||
LIBS = -L${LIBDIR} -L/usr/lib -lc
|
LIBS = -L${LIBDIR} -L/usr/lib -lc
|
||||||
# uncomment for compiling on Solaris
|
# uncomment and comment other variables for compiling on Solaris
|
||||||
#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
|
#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
|
||||||
|
#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\"
|
||||||
|
|
||||||
# compiler
|
# compiler
|
||||||
CC = cc
|
CC = cc
|
||||||
|
|||||||
Reference in New Issue
Block a user