summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-03-11 22:57:22 +0000
committeragc <agc@pkgsrc.org>2004-03-11 22:57:22 +0000
commit530d286b2462fa560cee839e27997a604ff9b3fa (patch)
tree6487a575e148495affc227c4ac707310854371b8 /mk/defs.Linux.mk
parentee3dc3f7eebee91d110c4b33715056997dc0dc7d (diff)
downloadpkgsrc-530d286b2462fa560cee839e27997a604ff9b3fa.tar.gz
Get rid of all occurrences of cpp-like tests for ${OPSYS} in
bsd.pkg.mk, and use the abstracted means of determining generic shared lib type per operating system.
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 11ab1d90dc9..61a44466a23 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.65 2004/01/31 16:52:16 xtraeme Exp $
+# $NetBSD: defs.Linux.mk,v 1.66 2004/03/11 22:57:22 agc Exp $
#
# Variable definitions for the Linux operating system.
@@ -175,6 +175,7 @@ _OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker
+_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are