Bryan Kadzban
2012-05-31 06:10:01 UTC
src/shared/util.c includes <sys/capability.h> but doesn't use anything
defined there. Since <sys/capability.h> is part of libcap, not libc,
don't require it.
Allows systemd-without-udevd to require fewer external libraries.
Signed-Off-By: Bryan Kadzban <***@kadzban.is-a-geek.net>
-----
Tested by building just systemd-udevd, as the previous patch.
Patch generated against current git again, as well.
defined there. Since <sys/capability.h> is part of libcap, not libc,
don't require it.
Allows systemd-without-udevd to require fewer external libraries.
Signed-Off-By: Bryan Kadzban <***@kadzban.is-a-geek.net>
-----
Tested by building just systemd-udevd, as the previous patch.
Patch generated against current git again, as well.