Hi 2015-07-09 14:17 GMT+02:00 Armin K. <[email protected]>: > a is systemd-221 from fd.o, b is systemd-222 generated by make dist. > > TL;DR - files used to build the compat libs are missing even though > --enable-compat libs was specified on ./configure line before > make dist was built.
You need to run "make" before you can run "make dist" > Only in a: libsystemd-daemon.c > Only in a: libsystemd-id128.c > Only in a: libsystemd-journal.c > Only in a: libsystemd-login.c Those are BUILT_SOURCES, so they are generated during the build. fwiw, we build the compat libraries as part of the debian package and that works just fine with the github tarball. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
