pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Enable cwrappers by default on OpenBSD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5223d9c4c201
branches: trunk
changeset: 354379:5223d9c4c201
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Oct 28 09:21:08 2016 +0000
description:
Enable cwrappers by default on OpenBSD.
diffstat:
mk/platform/OpenBSD.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1caf11aeaf53 -r 5223d9c4c201 mk/platform/OpenBSD.mk
--- a/mk/platform/OpenBSD.mk Fri Oct 28 08:30:37 2016 +0000
+++ b/mk/platform/OpenBSD.mk Fri Oct 28 09:21:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.40 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: OpenBSD.mk,v 1.41 2016/10/28 09:21:08 jperkin Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -89,6 +89,8 @@
PKG_HAVE_KQUEUE= # defined
.endif
+_OPSYS_SUPPORTS_CWRAPPERS= yes
+
_OPSYS_CAN_CHECK_SHLIBS= yes # use readelf in check/bsd.check-vars.mk
# check for maximum command line length and set it in configure's environment,
Home |
Main Index |
Thread Index |
Old Index