Date: Tue, 05 Feb 2019 18:51:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235536] security/sha1collisiondetection: fix build with GCC-based architectures Message-ID: <bug-235536-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235536 Bug ID: 235536 Summary: security/sha1collisiondetection: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@anongoth.pl CC: jharris@widomaker.com Flags: maintainer-feedback?(jharris@widomaker.com) CC: jharris@widomaker.com Created attachment 201775 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201775&action= =3Dedit patch -std=3Dc90 is not supported by base GCC. Replace it with -std=3Dc89, which = is just the same. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=20 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-235536-7788>