summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-12-03 19:11:30 +0000
committeragc <agc@pkgsrc.org>2002-12-03 19:11:30 +0000
commit7dc9a2b816f7e285a9e49909cce2720ff56d2e65 (patch)
treea1e33414c9ec0bf9c163ef260ebc901c5d3ea8d5 /mk/defs.Linux.mk
parent46e932621376c79df30ee0a7c5681ea7dc4a97af (diff)
downloadpkgsrc-7dc9a2b816f7e285a9e49909cce2720ff56d2e65.tar.gz
Handle the different rpath directive to the linker for Irix in a different,
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which takes the value "-rpath," or "-R", set appropriately in the opsys-dependent defs files.
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 89fe1b917c6..b53202367d0 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.33 2002/12/03 18:57:52 agc Exp $
+# $NetBSD: defs.Linux.mk,v 1.34 2002/12/03 19:11:31 agc Exp $
#
# Variable definitions for the Linux operating system.
@@ -85,6 +85,7 @@ _OPSYS_HAS_GMAKE= yes # GNU make is standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_LIBTOOL_REQD= 1.4.20010614nb9 # base version of libtool required
+_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker
_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are
_USE_RPATH= yes # add rpath to LDFLAGS