Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 00:05:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196674] security/keepassx2 bus error on
Message-ID:  <bug-196674-13-vneUAvoolu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196674-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196674-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=196674

--- Comment #18 from Eric Camachat <eric@camachat.org> ---
This will force use -O2 to compile libgcrypt (use with Ivan's patch).

Index: security/libgcrypt/Makefile
===================================================================
--- security/libgcrypt/Makefile (revision 377699)
+++ security/libgcrypt/Makefile (working copy)
@@ -63,3 +63,4 @@
        cd ${WRKSRC} && ${MAKE_CMD} check

 .include <bsd.port.mk>
+CFLAGS:=       ${CFLAGS:N-O*} -O2

-- 
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-196674-13-vneUAvoolu>