Skip to content
  • Thomas Haller's avatar
    build: bump C standard to (gcc's) C11 · 066357aa
    Thomas Haller authored
    We already import systemd code which is C11. To get this even
    to build, we need workaround like patching import of <uchar.h>.
    
    Also, the libraries from c-util and nettools are C11. We cannot even
    compile them in C99 mode (and didn't do that either).
    
    It's time to bump the version. We need C11 from now on (or better: gcc's
    dialect of it).
    
    Also, note that since nettools/nacd is not optional, we could not even
    build NetworkManager without a C11 compiler. So, just use it everywhere.
    066357aa