Date: Fri, 06 Feb 2015 21:28:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197146] [MAINTAINER] security/libgcrypt: Fix crash on amd64 Message-ID: <bug-197146-13-gIDnN2YLkZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197146-13@https.bugs.freebsd.org/bugzilla/> References: <bug-197146-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197146 Carlos Jacobo Puga Medina <cpm@fbsd.es> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152288|0 |1 is obsolete| | --- Comment #11 from Carlos Jacobo Puga Medina <cpm@fbsd.es> --- Created attachment 152642 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152642&action=edit libgcrypt-1.6.2_1.diff Patch modified according to Mk/Uses/compiler.mk # Fix crash at cipher/salsa20.c module on amd64 .if ${ARCH} == "amd64" && exists(/usr/bin/clang) CFLAGS:= ${CFLAGS:N-O*} -O2 .endif -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197146-13-gIDnN2YLkZ>