pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/libpurple Update LDFLAGS for SmartOS to link also...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f52362b7f2c6
branches: trunk
changeset: 399784:f52362b7f2c6
user: otis <otis%pkgsrc.org@localhost>
date: Fri Aug 16 16:20:46 2019 +0000
description:
Update LDFLAGS for SmartOS to link also libresolv in addition to libnsl.
diffstat:
chat/libpurple/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8ee60d42514d -r f52362b7f2c6 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common Fri Aug 16 15:18:36 2019 +0000
+++ b/chat/libpurple/Makefile.common Fri Aug 16 16:20:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2019/07/13 22:00:27 maya Exp $
+# $NetBSD: Makefile.common,v 1.51 2019/08/16 16:20:46 otis Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
@@ -44,7 +44,7 @@
CPPFLAGS.SunOS+= -D__EXTENSIONS__
CFLAGS.SunOS+= -Wno-error=implicit-function-declaration
-LDFLAGS.SunOS+= -lnsl
+LDFLAGS.SunOS+= -lnsl -lresolv
PKGCONFIG_OVERRIDE+= finch/finch.pc.in
PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in
Home |
Main Index |
Thread Index |
Old Index