httping: needs host-gettext
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 16 Mar 2014 11:49:17 +0000 (08:49 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 16 Mar 2014 20:24:27 +0000 (21:24 +0100)
For msgfmt, fixes:
http://autobuild.buildroot.net/results/9ce/9ce9b4c52a7e0d0159b5b4b9835b9e3e7f8b2a08/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/httping/httping.mk

index 42d694f74a0681ba0f49d4474962adbac0a5c5b3..610cecb9e3c7b9416b392192a0e02b02d1a5aa3f 100644 (file)
@@ -10,7 +10,7 @@ HTTPING_SITE = http://www.vanheusden.com/httping
 HTTPING_LICENSE = GPLv2
 HTTPING_LICENSE_FILES = license.txt
 HTTPING_LDFLAGS = $(if $(BR2_NEEDS_GETTEXT),-lintl) $(TARGET_LDFLAGS)
-HTTPING_DEPENDENCIES = \
+HTTPING_DEPENDENCIES = host-gettext \
        $(if $(BR2_NEEDS_GETTEXT),gettext) \
        $(if $(BR2_PACKAGE_OPENSSL),openssl) \
        $(if $(BR2_PACKAGE_FFTW),fftw)