From 3e66765243cd94bc3e843967d40ab4f761749482 Mon Sep 17 00:00:00 2001 From: "nion@h4447.serverkompetenz.net" Date: Thu, 1 Feb 2007 12:00:59 +0100 Subject: [PATCH] solaris compile fix --- config.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index df3b210..cf7cdc6 100644 --- a/config.mk +++ b/config.mk @@ -15,8 +15,9 @@ VERSION = 1 # includes and libs INCLUDES = -I. -I${INCDIR} -I/usr/include LIBS = -L${LIBDIR} -L/usr/lib -lc -# uncomment for compiling on Solaris -# LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl +# uncomment and comment other variables for compiling on Solaris +#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl +#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\" # compiler CC = cc