On Fri, 01.06.12 20:35, Alexey Shabalin ([email protected]) wrote: > > mount-setup.c in systemd-184 have the same problem with old glibc: > > CC src/core/mount-setup.o > src/core/mount-setup.c:64:92: error: 'MS_STRICTATIME' undeclared here > (not in a function) > src/core/mount-setup.c: In function 'mount_setup_early': > src/core/mount-setup.c:161:9: error: duplicate case value > src/core/mount-setup.c:161:9: error: previously used here > make[2]: *** [src/core/mount-setup.o] Error 1 > > rpm -q glibc > glibc-2.11.3-alt7
I have added MS_STRICTATIME to missing.h now. This should fix your problem. Please test! Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
