···33333434 XML_CATALOG_FILES = "${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml";
35353636+ # FIXME
3737+ # glibc 2.25 moved major()/minor() to <sys/sysmacros.h>.
3838+ # this commit should detect this: https://github.com/lxc/lxc/pull/1388/commits/af6824fce9c9536fbcabef8d5547f6c486f55fdf
3939+ # However autotools checks if mkdev is still defined in <sys/types.h> runs before
4040+ # checking if major()/minor() is defined there. The mkdev check succeeds with
4141+ # a warning and the check which should set MAJOR_IN_SYSMACROS is skipped.
4242+ NIX_CFLAGS_COMPILE = [ "-DMAJOR_IN_SYSMACROS" ];
4343+3644 configureFlags = [
3745 "--localstatedir=/var"
3846 "--sysconfdir=/etc"