summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-27 10:19:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-27 17:17:47 +0200
commitda5816561b4a660e1562a7cea5b079d776e206a3 (patch)
treecdf7a22d9b439435eca18f5fb8655dcfcde750e5
parentcbf2b6e3db65500f7bb29aa029a620570026373c (diff)
downloadbuildroot-da5816561b4a660e1562a7cea5b079d776e206a3.tar.gz
buildroot-da5816561b4a660e1562a7cea5b079d776e206a3.zip
package/popt: fix libiconv dependency
Make sure that libiconv is built before popt when needed. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/popt/popt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk
index 863a47a658..3ab53880d5 100644
--- a/package/popt/popt.mk
+++ b/package/popt/popt.mk
@@ -21,6 +21,7 @@ POPT_CONF_ENV = ac_cv_va_copy=yes
ifeq ($(BR2_PACKAGE_LIBICONV),y)
POPT_CONF_ENV += am_cv_lib_iconv=yes
POPT_CONF_OPTS += --with-libiconv-prefix=$(STAGING_DIR)/usr
+POPT_DEPENDENCIES += libiconv
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud