summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-02-19 23:44:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-20 19:04:40 +0100
commit5ce9da143ac5b47f93447799c5eab9940bb41d75 (patch)
treebea719e543ca13db40947793933e34acedaa0680
parentfa29a5cd5618bc97fc1e5048f11635691cbc400e (diff)
downloadptxdist-5ce9da143ac5b47f93447799c5eab9940bb41d75.tar.gz
ptxdist-5ce9da143ac5b47f93447799c5eab9940bb41d75.tar.xz
rrdtool: fix extract stage
To re-create the 'configure' the host-gettext package must be present, otherwise the extract stage fails with: autoreconf: autopoint failed with exit status: Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/rrdtool.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/rrdtool.in b/rules/rrdtool.in
index b929df8a2..0e83e66e1 100644
--- a/rules/rrdtool.in
+++ b/rules/rrdtool.in
@@ -9,6 +9,8 @@ menuconfig RRDTOOL
select CAIRO_PS
select PANGO
select LIBXML2
+# for autotools only
+ select HOST_GETTEXT
prompt "rrdtool "
help
The Round Robin Database Tool (RRDtool) is a system to store and