K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-07-08T12:58:12.801653Z K 7 svn:log V 304 net-mgmt/zabbix3-server: fix build with GCC-based architectures Since the switch to MySQL 5.7, C11-aware compiler is required: /usr/bin/ld: cannot find -latomic The problem only happens with MYSQL option, so add USES=compiler:c11 only when using MYSQL option. Approved by: mentors (implicit approval) END