procps-ng: add required build dependencies 2959/head
authorJo-Philipp Wich <jo@mein.io>
Tue, 12 Jul 2016 18:52:14 +0000 (20:52 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 12 Jul 2016 18:58:14 +0000 (20:58 +0200)
commitaafbeea12b10e98b9ea9a05c996730988a938cf5
tree8c6b616a07d89c99cceb9e9345a99575e780ffb6
parent7088374279c28f2e2b9a4aa0c99c424fa423ab45
procps-ng: add required build dependencies

Since 3048ebedec5b989a621529eec159cf5aa17b58b6 added a autoreconfig fixup to
procps-ng, the build fails on certain systems with errors like

    configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION

or

    configure:14998: error: possibly undefined macro: AM_ICONV_LINKFLAGS_BODY

Fix the issue by adding build time dependencies on the `gettext` and `libiconv`
stub libraries to ensure that `gettext.m4` and `iconv.m4` are installed into
the staging directory before `procps-ng` is getting reconfigured.

Fixes https://github.com/openwrt/packages/issues/2890#issuecomment-231115844

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