summaryrefslogtreecommitdiff
path: root/mk/platform/OpenBSD.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2009-07-26 05:32:43 +0000
committeragc <agc@pkgsrc.org>2009-07-26 05:32:43 +0000
commitb9c8a2d4aec9a4d437db859d252472df8c4a39c1 (patch)
tree41adc4086865602b97d9241349597bd04bc6b058 /mk/platform/OpenBSD.mk
parent525f7eb2974d7ffcee9ba57347379fb831fe8823 (diff)
downloadpkgsrc-b9c8a2d4aec9a4d437db859d252472df8c4a39c1.tar.gz
Get rid of an abstraction violation which has been in the tree since
March 2008. Not vital, but the previous way does not scale well/at all.
Diffstat (limited to 'mk/platform/OpenBSD.mk')
-rw-r--r--mk/platform/OpenBSD.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index 964a5151eb4..d429625f0fe 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.28 2008/03/04 06:45:34 jlam Exp $
+# $NetBSD: OpenBSD.mk,v 1.29 2009/07/26 05:32:43 agc Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -95,6 +95,8 @@ DEFAULT_SERIAL_DEVICE?= /dev/null
SERIAL_DEVICES?= /dev/null
.endif
+_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
+
# check for maximum command line length and set it in configure's environment,
# to avoid a test required by the libtool script that takes forever.
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax