Fixed Solaris compile bug.

svn path=/trunk/boinc/; revision=172
This commit is contained in:
Eric Heien 2002-07-09 21:50:40 +00:00
parent ff05a7888d
commit 7412bb8158
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ MYSQL_DIR = /usr/local/mysql/lib
MYSQL_LIBS = \ MYSQL_LIBS = \
-L$(MYSQL_DIR) -L/usr/local/lib/mysql \ -L$(MYSQL_DIR) -L/usr/local/lib/mysql \
-L/sw/lib/mysql -lmysqlclient -L/usr/local/lib -lz \ -L/sw/lib/mysql -lmysqlclient -L/usr/local/lib -lz \
-lm $(NETLIBS) -lm $(NETLIBS) \
-lsocket \
-lnsl
LIBS = \ LIBS = \
backend_lib.o \ backend_lib.o \