summaryrefslogtreecommitdiff
path: root/mk/platform/SunOS.mk
diff options
context:
space:
mode:
authoragc <agc>2009-07-26 05:32:43 +0000
committeragc <agc>2009-07-26 05:32:43 +0000
commita9a73dd56cd1fd4856ffdd9110aaf4d6458c47fa (patch)
tree41adc4086865602b97d9241349597bd04bc6b058 /mk/platform/SunOS.mk
parentb97a38368a8025701a70506e160a443d36698bc9 (diff)
downloadpkgsrc-a9a73dd56cd1fd4856ffdd9110aaf4d6458c47fa.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/SunOS.mk')
-rw-r--r--mk/platform/SunOS.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index f643e855177..55b738351a5 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.36 2009/01/14 23:33:48 sketch Exp $
+# $NetBSD: SunOS.mk,v 1.37 2009/07/26 05:32:43 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -84,6 +84,8 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
+_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.
# FIXME: Adjust to work on this system and enable the lines below.