pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform It is possible to check shlibs on OpenBSD ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0d5f5d7661b
branches: trunk
changeset: 603335:e0d5f5d7661b
user: obache <obache%pkgsrc.org@localhost>
date: Fri May 04 11:46:02 2012 +0000
description:
It is possible to check shlibs on OpenBSD now.
diffstat:
mk/platform/OpenBSD.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8da22cfb57a4 -r e0d5f5d7661b mk/platform/OpenBSD.mk
--- a/mk/platform/OpenBSD.mk Fri May 04 11:38:20 2012 +0000
+++ b/mk/platform/OpenBSD.mk Fri May 04 11:46:02 2012 +0000
@@ -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 @@
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 @@
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.
Home |
Main Index |
Thread Index |
Old Index