diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-29 18:03:26 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-29 23:32:41 +0200 |
commit | 7eb4a73cee049339527e2df504afaeb478292c56 (patch) | |
tree | 5f5ff77813168f72146083b32d14f69cff28abfc | |
parent | e5bf154592691b104e2ee0f97f9fcaf8cce54a52 (diff) |
popt: now needs gettextize
Because of df9244ff3738face50605eacf4d4f15d963de915 we now need to
gettextize popt. Fixes:
http://autobuild.buildroot.net/results/6e2/6e27c98407f114df07eb5cd16a843420fdb72bf4/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | 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 0413c5aa0..54e7c8876 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 |