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>
Sun, 5 Feb 2017 18:40:06 +0000 (19:40 +0100)
commit8470cae73086f8aed692b543251be840dfac1445
treea051963a2574bfeb395cc1bf39e8d6ee37e1e4de
parent0a6abf0863488646448e1410b53f5eb9f69adeae
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