summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-04 11:46:02 +0000
committerobache <obache@pkgsrc.org>2012-05-04 11:46:02 +0000
commitfd78fdc6af34684c25a8fa585ec97b6222e31a5a (patch)
tree66056e869275e0535c6b7ad529b2481c386469c8 /mk
parente0d1c73c75f8ba96ffbe46630e9efb67ff2a1b36 (diff)
downloadpkgsrc-fd78fdc6af34684c25a8fa585ec97b6222e31a5a.tar.gz
It is possible to check shlibs on OpenBSD now.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/OpenBSD.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index 6df083afd62..2d16828794a 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.33 2012/03/19 12:34:18 joerg Exp $
+# $NetBSD: OpenBSD.mk,v 1.34 2012/05/04 11:46:02 obache Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -35,6 +35,8 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
X11_TYPE?= native
+_OPSYS_SYSTEM_RPATH?= /usr/lib
+
.if exists(/usr/include/netinet6)
_OPSYS_HAS_INET6= yes # IPv6 is standard
.else
@@ -88,7 +90,7 @@ SERIAL_DEVICES?= /dev/null
PKG_HAVE_KQUEUE= # defined
.endif
-_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
+_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,
# to avoid a test required by the libtool script that takes forever.