pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/stlink link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d0e2d1b1f1e
branches:  trunk
changeset: 355503:9d0e2d1b1f1e
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Dec 03 20:23:44 2016 +0000

description:
link network libs on SunOS

diffstat:

 cross/stlink/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e5c306d33d16 -r 9d0e2d1b1f1e cross/stlink/Makefile
--- a/cross/stlink/Makefile     Sat Dec 03 20:17:57 2016 +0000
+++ b/cross/stlink/Makefile     Sat Dec 03 20:23:44 2016 +0000
@@ -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 @@
 USE_TOOLS+=    automake pkg-config
 GNU_CONFIGURE= yes
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 pre-configure:
        cd ${WRKSRC} && \
        aclocal; autoheader; automake -a --foreign -i; autoconf



Home | Main Index | Thread Index | Old Index