diff options
author | agc <agc> | 2001-11-21 13:02:52 +0000 |
---|---|---|
committer | agc <agc> | 2001-11-21 13:02:52 +0000 |
commit | 38a14b5baea10b5165448688deb0e85d8ecaeb8b (patch) | |
tree | bc8a562b33c95d892c9c149e44bc625dc7d8532d /mk/defs.Linux.mk | |
parent | 52e0854f72ec180ccc263b995540fcce7d763b3f (diff) | |
download | pkgsrc-38a14b5baea10b5165448688deb0e85d8ecaeb8b.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.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 94ef470fe87..40d1be4fe53 100644 --- a/mk/defs.Linux.mk +++ b/mk/defs.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Linux.mk,v 1.13 2001/11/21 12:58:16 agc Exp $ +# $NetBSD: defs.Linux.mk,v 1.14 2001/11/21 13:02:53 agc Exp $ # # Variable definitions for the Linux operating system. @@ -65,3 +65,4 @@ ROOT_GROUP?= wheel _DO_LIBINTL_CHECKS= no # perform checks for valid libintl _IMAKE_MAKE= ${MAKE} # program which gets invoked by imake +_USE_RPATH= yes # add rpath to LDFLAGS |