Needs -lresolv on Solaris

This commit is contained in:
Pierre Pronchery 2009-12-12 20:13:02 +00:00
parent 6ee7ae693d
commit 46ac7f0082
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ dist=Makefile,appinterface.h,token.h
[libSystem]
type=library
sources=appclient.c,appinterface.c,appserver.c,array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c
ldflags=-lssl
ldflags=-lresolv -lssl
install=$(LIBDIR)
[appclient.c]