diff options
author | 2016-07-04 18:01:44 +0000 | |
---|---|---|
committer | 2016-07-04 18:01:44 +0000 | |
commit | d46f7e051d3e787fbf4cf0fb6dca236f085cc9e7 (patch) | |
tree | 7c12a934b7ecf8dba2292eeff62ac06ed74b73c5 /share/man/man5 | |
parent | gcc's -fvisibility=hidden isn't the behavior we wanted when cleaning up (diff) | |
download | wireguard-openbsd-d46f7e051d3e787fbf4cf0fb6dca236f085cc9e7.tar.xz wireguard-openbsd-d46f7e051d3e787fbf4cf0fb6dca236f085cc9e7.zip |
DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
contains -g by default anyway
problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/mk.conf.5 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index d6e9d2dd4cb..89869f0b302 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.31 2016/03/31 15:53:25 schwarze Exp $ +.\" $OpenBSD: mk.conf.5,v 1.32 2016/07/04 18:01:44 guenther Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 31 2016 $ +.Dd $Mdocdate: July 4 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -170,11 +170,6 @@ Also doesn't set to .Fl s per default if defined. -.It Ev DEBUGLIBS -Create libraries with -.Fl g -debug information, and install them in -.Pa /usr/lib/debug . .It Ev GLOBAL_AUTOCONF_CACHE Set to the name of a file that all cached GNU autoconf test results will be saved in. |