roken: fix Solaris build
libroken needs to be linked against libsocket for socket()
This commit is contained in:
@@ -199,7 +199,7 @@ EXTRA_libroken_la_SOURCES = \
|
|||||||
|
|
||||||
libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt) $(LIB_pidfile)
|
libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt) $(LIB_pidfile)
|
||||||
if SUNOS
|
if SUNOS
|
||||||
libroken_la_LIBADD += -lnsl
|
libroken_la_LIBADD += -lnsl -lsocket
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)
|
$(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)
|
||||||
|
Reference in New Issue
Block a user