pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 13 16:26:12 UTC 2020

Modified Files:
        pkgsrc/mk/platform: Linux.mk

Log Message:
platform/Linux: always prefer native pthread/libdl


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/mk/platform/Linux.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/platform/Linux.mk
diff -u pkgsrc/mk/platform/Linux.mk:1.83 pkgsrc/mk/platform/Linux.mk:1.84
--- pkgsrc/mk/platform/Linux.mk:1.83    Tue Jan 28 08:38:47 2020
+++ pkgsrc/mk/platform/Linux.mk Sun Dec 13 16:26:12 2020
@@ -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.libexecinfo?=  native
 _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