summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/stlink/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/stlink/Makefile b/cross/stlink/Makefile
index 350a96687d2..7924a8f852e 100644
--- a/cross/stlink/Makefile
+++ b/cross/stlink/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/07 09:05:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/03 20:23:44 wiedi Exp $
DISTNAME= stlink-1.2.0
CATEGORIES= cross
@@ -14,6 +14,8 @@ LICENSE= modified-bsd
USE_TOOLS+= automake pkg-config
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lsocket -lnsl
+
pre-configure:
cd ${WRKSRC} && \
aclocal; autoheader; automake -a --foreign -i; autoconf