summaryrefslogtreecommitdiff
path: root/mk/platform/SunOS.mk
diff options
context:
space:
mode:
authortv <tv>2004-11-15 14:48:18 +0000
committertv <tv>2004-11-15 14:48:18 +0000
commit20cb1cff564e4498287765e9db9b8a0152678225 (patch)
tree837fc0c0706f6892a689630bef8c7a558b33c651 /mk/platform/SunOS.mk
parentb807024f1f7f2d730322a94906c77623d0018d02 (diff)
downloadpkgsrc-20cb1cff564e4498287765e9db9b8a0152678225.tar.gz
Set some _OPSYS_SHLIB_TYPE to precisely 'ELF' on platforms where a.out is
not being used by pkgsrc at all. This saves some build time in show-shlib-type.
Diffstat (limited to 'mk/platform/SunOS.mk')
-rw-r--r--mk/platform/SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index ae7cc121c8e..6388009fb9d 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.4 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: SunOS.mk,v 1.5 2004/11/15 14:48:18 tv Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -128,7 +128,7 @@ _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
-_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
+_OPSYS_SHLIB_TYPE= ELF # shared lib type
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= man # directory where catman pages are