procps-ng: remove unnecessary PKG_BUILD_DEPENDS 12002/head
authorIan Cooper <iancooper@hotmail.com>
Wed, 29 Apr 2020 10:07:36 +0000 (11:07 +0100)
committerIan Cooper <iancooper@hotmail.com>
Wed, 29 Apr 2020 10:08:17 +0000 (11:08 +0100)
commitafd648e680cdf53be19ad96ac8ee012d2804b42d
tree438182c9f165b9afdefa16ab442d431d6c734e62
parent62ef2a88390dd7942ec48e6d735fb7e1861878c8
procps-ng: remove unnecessary PKG_BUILD_DEPENDS

The package Makefile contains an unnecessary PKG_BUILD_DEPENDS
line that builds gettext and libiconv even in cases where the
build has gettext-full and libiconv-full selected.

This behaviour can and does mask errors in other package Makefiles
that are dependent on libiconv-full if it is compiled before
these packages by causing libiconv-stub to be created and put in
the staging tree and potentially linked against by these
dependent packages when they omit to specify an appropriate
PKG_BUILD_DEPENDS line.

procps-ng does not require gettext or libiconv to be built in
order to compile correctly.

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
utils/procps-ng/Makefile