8679124272
Many packages depending on Qt5 or Qt4 and built with cmake generate "flags.make" files with -isystem for include paths. With gcc6 this results in e.g. "#include_next <stdlib.h>" giving an error, because a -isystem /usr/include is in the wrong place. The simple fix is to replace "-isystem" with just "-I". |
||
---|---|---|
.. | ||
build-profiles | ||
build-style | ||
chroot-style | ||
cross-profiles | ||
environment | ||
hooks | ||
repo-keys | ||
travis | ||
wrappers | ||
xbps-src | ||
options.description | ||
shlibs |