pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform platform/Linux: always prefer native pthre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/29f081611ea9
branches: trunk
changeset: 443448:29f081611ea9
user: nia <nia%pkgsrc.org@localhost>
date: Sun Dec 13 16:26:12 2020 +0000
description:
platform/Linux: always prefer native pthread/libdl
diffstat:
mk/platform/Linux.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 71fcc78bec4c -r 29f081611ea9 mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Sun Dec 13 16:23:04 2020 +0000
+++ b/mk/platform/Linux.mk Sun Dec 13 16:26:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.83 2020/01/28 08:38:47 rillig Exp $
+# $NetBSD: Linux.mk,v 1.84 2020/12/13 16:26:12 nia Exp $
#
# Variable definitions for the Linux operating system.
@@ -96,6 +96,10 @@
_OPSYS_PREFER.libinotify?= native
_OPSYS_PREFER.sysexits?= native
+# We probably want the native library for these
+_OPSYS_PREFER.dl?= native
+_OPSYS_PREFER.pthread?= native
+
.if exists(/usr/include/netinet6) || exists(/usr/include/linux/in6.h)
_OPSYS_HAS_INET6= yes # IPv6 is standard
.else
Home |
Main Index |
Thread Index |
Old Index