diff options
author | agc <agc@pkgsrc.org> | 2001-11-21 13:17:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-21 13:17:14 +0000 |
commit | 03c35761dff107fdc50dc97e1e75b976f27bef37 (patch) | |
tree | 703b35a3650e6f43d316098c5b007f4016f0cb15 /mk/defs.Linux.mk | |
parent | 715864dc96fbdf1d7ed6d1fc790e9791670f5e50 (diff) | |
download | pkgsrc-03c35761dff107fdc50dc97e1e75b976f27bef37.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.mk | 3 |
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 |