[Buildroot] [git commit] package/popt: fix libiconv dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 27 15:17:47 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=da5816561b4a660e1562a7cea5b079d776e206a3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Make sure that libiconv is built before popt when needed.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/popt/popt.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/popt/popt.mk b/package/popt/popt.mk
index 863a47a..3ab5388 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))


More information about the buildroot mailing list