mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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>
(cherry picked from commit da5816561b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0528344f31
commit
2b8cdf212d
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user