We stoped touching CFLAGS through makeopts as it caused build failures, configure not being able to salvage CFLAGS as a precious var. XZ-Utils can only be built with -std=gnu99 which is defined in its Makefile, but we pass 'CC=gcc' by default and owerwrite teh needed '-std=gnu99' iso we need to workaround the problem manually.master