main/buho: fix build
It seems the the CFLAGS are not properly set in the CMakeLists.txt. Cmake currently appends -std=gnu90 at the end of the CFLAGS, overriding the earlier set -std=c99. Work around this with sed. Better fix is welcome, this is a stop-gap solution to unbreak the build (which is blocking build.postmarketos.org).
-
Author Owner
Upstream bug report: https://invent.kde.org/kde/buho/issues/1
Please register or sign in to comment