diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-21 01:45:00 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-21 01:45:00 +0000 |
commit | 78eb62816e021961794e626bf5d817a1420bc3d6 (patch) | |
tree | 4791bc76cc6c91ddf479dc89228da6ae7fd735ec /chat/libotr | |
parent | 76fad4ffe34304084fccb4f5905c1ef980b584b3 (diff) | |
download | pkgsrc-78eb62816e021961794e626bf5d817a1420bc3d6.tar.gz |
Adjustt commentabout avoiding O2/SSP bug.
(No non-comment change.)
Diffstat (limited to 'chat/libotr')
-rw-r--r-- | chat/libotr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 8a201abd927..a1f846de815 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 00:02:40 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/11/21 01:45:00 gdt Exp $ VERSION= 4.0.0 DISTNAME= libotr-${VERSION} @@ -19,8 +19,6 @@ USE_LIBTOOL= yes # There's an apparent bug in gcc 4.1.3 on i386 (as shipped in # netbsd-5). With -O2 and the stack protector (SSP) feature, the # function otrl_auth_handle_revealsig is badly miscompiled. -# Therefore, we turn down optimization, since that seems better than -# turning off the stack protector. #Not apparently relevant, but makes -S output easier to follow. #CFLAGS+= -ggdb |