svn commit: r458457 - in head/security: . libdecaf libdecaf/files

Jan Beich jbeich at FreeBSD.org
Mon Jan 8 18:15:11 UTC 2018


Kirill Ponomarev <krion at FreeBSD.org> writes:

> Author: krion
> Date: Mon Jan  8 17:11:27 2018
> New Revision: 458457
> URL: https://svnweb.freebsd.org/changeset/ports/458457
>
> Log:
>   Add security/libdecaf

Appears to pass -march=native during build which breaks non-x86
architectures and makes a package cluster machine the lowest common
denominator for CPU support. Either drop -march=native or mark as
MANUAL_PACKAGE_BUILD. Users can set -march= via CPUTYPE in make.conf.

https://www.freebsd.org/doc/en/books/porters-handbook/dads-cflags.html
11.1 aarch64 build log: http://tpaste.us/pZWx
11.1 armv6 build log:   http://tpaste.us/WP10


More information about the svn-ports-head mailing list