summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc>2001-11-21 13:17:14 +0000
committeragc <agc>2001-11-21 13:17:14 +0000
commit67057f4642206816d14bdcb13075412b1ced130b (patch)
tree703b35a3650e6f43d316098c5b007f4016f0cb15 /mk/defs.SunOS.mk
parentac6854efb94f96bdc5879726fbac2a09e33c75ac (diff)
downloadpkgsrc-67057f4642206816d14bdcb13075412b1ced130b.tar.gz
Add a _DO_SHLIB_CHECKS definition to the individual defs.${OPSYS}.mk
files, and use it in bsd.pkg.mk. This definition controls the fixup of PLISTs at installation time, and running of ldconfig if necessary.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index a64fc755fc3..df15e875945 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.12 2001/11/21 13:09:09 agc Exp $
+# $NetBSD: defs.SunOS.mk,v 1.13 2001/11/21 13:17:14 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -71,6 +71,7 @@ ROOT_USER?= root
ROOT_GROUP?= root
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
+_DO_SHLIB_CHECKS= yes # fixup PLIST for shared libs
_IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake
_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file
_USE_RPATH= yes # add rpath to LDFLAGS