[Bug 196674] security/keepassx2 bus error on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 24 00:05:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196674

--- Comment #18 from Eric Camachat <eric at 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.


More information about the freebsd-ports-bugs mailing list