mirror of https://github.com/BOINC/boinc.git
Fixed Solaris compile bug.
svn path=/trunk/boinc/; revision=172
This commit is contained in:
parent
ff05a7888d
commit
7412bb8158
|
@ -32,7 +32,9 @@ MYSQL_DIR = /usr/local/mysql/lib
|
|||
MYSQL_LIBS = \
|
||||
-L$(MYSQL_DIR) -L/usr/local/lib/mysql \
|
||||
-L/sw/lib/mysql -lmysqlclient -L/usr/local/lib -lz \
|
||||
-lm $(NETLIBS)
|
||||
-lm $(NETLIBS) \
|
||||
-lsocket \
|
||||
-lnsl
|
||||
|
||||
LIBS = \
|
||||
backend_lib.o \
|
||||
|
|
Loading…
Reference in New Issue