mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
libglib2: remove $(DISABLE_NLS) from configure options
The configure option --disable-nls is not supported anymore in glib since version 2.0, see file ChangeLog.pre-2-0 line 544. Patch by Markus Heidelberg.
This commit is contained in:
@@ -45,7 +45,7 @@ LIBGLIB2_CONF_ENV = \
|
||||
gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no)
|
||||
|
||||
LIBGLIB2_CONF_OPT = --enable-shared \
|
||||
--enable-static $(DISABLE_NLS)
|
||||
--enable-static
|
||||
|
||||
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user