summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.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.Linux.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.Linux.mk')
-rw-r--r--mk/defs.Linux.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk
index 4df4cddd843..61d915f7315 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.15 2001/11/21 13:09:09 agc Exp $
+# $NetBSD: defs.Linux.mk,v 1.16 2001/11/21 13:17:14 agc Exp $
#
# Variable definitions for the Linux operating system.
@@ -64,6 +64,7 @@ ROOT_USER?= root
ROOT_GROUP?= wheel
_DO_LIBINTL_CHECKS= no # perform checks for valid libintl
+_DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs
_IMAKE_MAKE= ${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