diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-11 13:06:47 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-11 13:06:47 +0000 |
commit | a353329dd649a0f7f394c45c7839198a8c22c54a (patch) | |
tree | 7966b57b515dead3393992accff4a5d3ae14cc56 /share | |
parent | 5f54df73c641d238846abec5fda8c873ba92bf23 (diff) |
Document CONFIGURE_SHARED
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b3e8dff2146..4ec83b63403 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.10 2000/07/11 13:00:48 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.11 2000/07/11 13:06:46 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -148,6 +148,11 @@ INDEX entry without needing more files. Set to name of script invoked by .Ar configure target, if appropriate. Should be relative to ${WRKSRC}. +.It Ev CONFIGURE_SHARED +Set to --enable-shared or --disable-shared, depending whether the +architecture supports shared libraries. +Append to CONFIGURE_ARGS, for ports that build dynamic libraries and +whose configure script supports those options. .It Ev CONFIGURE_STYLE Set to style of configuration that needs to happen. If |