21959710 libsocket tweak needed for rtorrent
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 28 Sep 2015 14:04:15 -0700
changeset 4965 67c57c9b2e63
parent 4964 30f7741bb742
child 4966 708ed5cfbb35
21959710 libsocket tweak needed for rtorrent
components/rtorrent/Makefile
--- a/components/rtorrent/Makefile	Fri Oct 02 09:02:41 2015 -0700
+++ b/components/rtorrent/Makefile	Mon Sep 28 14:04:15 2015 -0700
@@ -61,6 +61,9 @@
 CC=$(CXX)
 
 LDFLAGS += -L/usr/gnu/lib/$(MACH64) -R/usr/gnu/lib/$(MACH64)
+ifeq ($(OS_VERSION),5.11)
+LDFLAGS += -lnsl -lsocket
+endif
 
 CXXFLAGS +=	-i
 CXXFLAGS +=	-template=no%extdef