diff --git a/configure b/configure index 5da8d133..78590658 100755 --- a/configure +++ b/configure @@ -5993,4 +5993,7 @@ echo "(| http://www.sf.net/projects/neostats/ |)" echo "(*----------------------------------------------------------*)" echo "(| Now that Configure is complete, just type "make" to |)" echo "(| compile the program |)" +echo "(| |)" +echo "(| Take note, if you use HostServ the old DB for it will |)" +echo "(| not work with the new version cuz of Password fields. |)" echo "(*----------------------------------------------------------*)" diff --git a/dl/hostserv/Makefile b/dl/hostserv/Makefile index 41c0fee6..eb8054f4 100644 --- a/dl/hostserv/Makefile +++ b/dl/hostserv/Makefile @@ -8,6 +8,7 @@ TARGET= hostserv.so all: hostserv + .c.o: $(CC) $(CFLAGS) $(INCLUDES) -c $<