pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_select pkg_select: Add networking libs on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2515377ea3d
branches:  trunk
changeset: 339250:c2515377ea3d
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 09 10:03:21 2019 +0000

description:
pkg_select: Add networking libs on SunOS

diffstat:

 pkgtools/pkg_select/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ebeade6f736f -r c2515377ea3d pkgtools/pkg_select/Makefile
--- a/pkgtools/pkg_select/Makefile      Mon Sep 09 09:58:40 2019 +0000
+++ b/pkgtools/pkg_select/Makefile      Mon Sep 09 10:03:21 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/09/07 23:18:57 nia Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/09 10:03:21 nia Exp $
 #
 
 DISTNAME=      pkg_select-20090308
@@ -38,6 +38,8 @@
 
 CFLAGS+=               -DPKGTOOLS_PATH=\"${PKG_TOOLS_BIN}\"
 
+LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/pkg_select ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.conf.example               \



Home | Main Index | Thread Index | Old Index