Discussion:
[PATCH] Don't require libcap when building libsystemd-shared
Bryan Kadzban
2012-05-31 06:10:01 UTC
Permalink
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.
Kay Sievers
2012-05-31 09:59:13 UTC
Permalink
On Thu, May 31, 2012 at 8:10 AM, Bryan Kadzban
src/shared/util.c includes <sys/capability.h> but doesn't use anythin=
g
defined there. =C2=A0Since <sys/capability.h> is part of libcap, not =
libc,
don't require it.
Allows systemd-without-udevd to require fewer external libraries.
Applied.

Thanks,
Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug=
" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...