projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf2b6e
)
package/popt: fix libiconv dependency
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 27 May 2017 08:19:52 +0000
(10:19 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 27 May 2017 15:17:47 +0000
(17:17 +0200)
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>
package/popt/popt.mk
patch
|
blob
|
history
diff --git
a/package/popt/popt.mk
b/package/popt/popt.mk
index 863a47a658a30d1895356c285842decd115ab4fe..3ab53880d580c29d0615f470d644a79036f2b039 100644
(file)
--- 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))