coreutils: add libcap dependency to selected applets
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 11:08:40 +0000 (12:08 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 11:10:44 +0000 (12:10 +0100)
commitd548d6bf1fc41718d7962111d44e011bcad8dc02
treef332eb25114595780e7a165ea023734e934bdc55
parentb85f3d20b71a9d070dcf36f83ce6eed585dfa4cf
coreutils: add libcap dependency to selected applets

If libcap happens to be present in the environment, coreutils will pick it up
and link some applets against it.

Since the idea of coreutils is to provide a full featured alternative to the
busybox applets, do not inhibit the optional dependency but explicitely
require libcap instead.

Fixes the following error spotted on the buildbots:

    Package coreutils-dir is missing dependencies for the following libraries:
    libcap.so.2

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
utils/coreutils/Makefile