On Mon, Jul 22, 2013 at 3:32 PM, Umut Tezduyar <[email protected]> wrote: > For an embedded system that is not using hwdb.bin, we are shipping > roughly 4 mb .hwdb files under /usr/lib/udev/hwdb.d. Is it > distributions responsibility to clean up .hwdb files after build or > should we have a configure option to exclude hwdb support?
It's probably not really worth to compile-out the hwdb support, the involved code is quite small. Deleting/sub-packaging the ,hwdb source files (which are only needed to re-compile the database in /etc), or not compiling a the binary database at all should probably be a decision at the packaging/install level, and not a configure option. It should be reasonable easy to do step that at packaging/install time. Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
