summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc>2001-11-21 13:02:52 +0000
committeragc <agc>2001-11-21 13:02:52 +0000
commitf5be50f334022eaea0cf1b1b69c7e6aa6d527d0c (patch)
treebc8a562b33c95d892c9c149e44bc625dc7d8532d /mk/defs.SunOS.mk
parent17f2bd1982baecc413db5e75b483658930d9756c (diff)
downloadpkgsrc-f5be50f334022eaea0cf1b1b69c7e6aa6d527d0c.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