openwrt-packages/utils/procps-ng
Ian Cooper afd648e680 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>
2020-04-29 11:08:17 +01:00
..
patches procps-ng: Update to 3.3.15 2018-09-17 18:26:05 -07:00
Makefile procps-ng: remove unnecessary PKG_BUILD_DEPENDS 2020-04-29 11:08:17 +01:00