freebsd-ports/security/suricata
Kubilay Kocak ab6c592026 security/suricata: Disable -march=native
Suricata currently builds with GCC -march=native by default.

This can create problems if, for example, packages of this port are
built on ATOM servers but installed on AMD processors. In these and
other cases where the build host is not equal to the target host,
suricata can generate an Illegal instruction and refuse
to start.

It is ultimately preferable to explicitly cross-build and/or optimize
compilation for target architectures and processors. See: PEP20.

PR:		203296
Submitted by:	Olivier Cochard <olivier cochard me>
Tested by:	Olivier Cochard <olivier cochard me>
MFH:		2015Q3
2015-09-28 08:25:44 +00:00
..
files
distinfo
Makefile security/suricata: Disable -march=native 2015-09-28 08:25:44 +00:00
pkg-descr
pkg-plist