1. 06 3月, 2017 9 次提交
  2. 04 3月, 2017 29 次提交
  3. 03 3月, 2017 2 次提交
    • N
      Fix location of blkid.h in include header · 2d8fbeb8
      Nehal J Wani 提交于
      The build system for libvirt correctly detects the location of blkid
      using PKG_CONFIG_PATH environment variable. The file blkid.pc states
      that the include flags should be: 'Cflags: -I${includedir}/blkid' but
      libvirt searches for blkid.h inside ${includedir}/blkid/blkid, which is
      wrong. Until now, the compilation for libvirt succeeded because of pure
      luck, as it had -I/usr/include as a CFLAG. This issue was faced while
      compiling libvirt on Ubuntu 16.04.2 with bare minimum dev packages and a
      custom compiled blkid kept in a non-standard $prefix.
      Signed-off-by: NNehal J Wani <nehaljw.kkd1@gmail.com>
      2d8fbeb8
    • A
      news: Add an empty <change> to each <section> · 7d48cb9b
      Andrea Bolognani 提交于
      The generated HTML will contain <ul></ul> otherwise, which
      triggers an error during 'make check'.
      
      The proper fix would be not to generate the problematic
      HTML in the first place but, while I'm working on it, this
      workaround will do.
      7d48cb9b