[Buildroot] [git commit] popt: now needs gettextize

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 29 21:32:41 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=7eb4a73cee049339527e2df504afaeb478292c56
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Because of df9244ff3738face50605eacf4d4f15d963de915 we now need to
gettextize popt. Fixes:
http://autobuild.buildroot.net/results/6e2/6e27c98407f114df07eb5cd16a843420fdb72bf4/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/popt/popt.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/popt/popt.mk b/package/popt/popt.mk
index 0413c5a..54e7c88 100644
--- a/package/popt/popt.mk
+++ b/package/popt/popt.mk
@@ -11,6 +11,7 @@ POPT_INSTALL_STAGING = YES
 POPT_LICENSE = MIT
 POPT_LICENSE_FILES = COPYING
 POPT_AUTORECONF = YES
+POPT_GETTEXTIZE = YES
 
 POPT_CONF_ENV = ac_cv_va_copy=yes
 


More information about the buildroot mailing list