summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-21 13:02:52 +0000
committeragc <agc@pkgsrc.org>2001-11-21 13:02:52 +0000
commitb9a41cdc6b8de32437931bb3da952ea1aff77772 (patch)
treebc8a562b33c95d892c9c149e44bc625dc7d8532d /mk/defs.SunOS.mk
parente3865c8037096f61cdd5b563078e66fe01399ca8 (diff)
downloadpkgsrc-b9a41cdc6b8de32437931bb3da952ea1aff77772.tar.gz
Add a _USE_RPATH definition to the individual defs.${OPSYS}.mk files,
and use it in bsd.pkg.mk. This definition says whether or not the rpath is to be added to the LDFLAGS definition.
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 94c95087859..110494c08bf 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.10 2001/11/21 12:58:16 agc Exp $
+# $NetBSD: defs.SunOS.mk,v 1.11 2001/11/21 13:02:53 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -72,3 +72,4 @@ ROOT_GROUP?= root
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
_IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake
+_USE_RPATH= yes # add rpath to LDFLAGS