mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/speechd: fix NLS build
Fix the following NLS build failure raised since the addition of the package in commit9f4f8c5f89: /home/buildroot/autobuild/run/instance-2/output-1/host/lib/gcc/arm-buildroot-linux-musleabihf/12.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: ../../src/common/.libs/libcommon.a(libcommon_la-i18n.o): undefined reference to symbol 'libintl_bindtextdomain' Fixes: - http://autobuild.buildroot.org/results/8ab13cf474d732c95a1da65592d950b24b3d474b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitf6a7050d71) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b0734aa57e
commit
c72ad6fefa
@@ -12,8 +12,11 @@ SPEECHD_INSTALL_STAGING = YES
|
||||
# speechd source code is released without configure script
|
||||
SPEECHD_AUTORECONF = YES
|
||||
SPEECHD_GETTEXTIZE = YES
|
||||
SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
|
||||
SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN=""
|
||||
SPEECHD_DEPENDENCIES = \
|
||||
host-pkgconf dotconf libglib2 libsndfile $(TARGET_NLS_DEPENDENCIES)
|
||||
SPEECHD_CONF_ENV = \
|
||||
ac_cv_prog_HELP2MAN="" \
|
||||
LIBS=$(TARGET_NLS_LIBS)
|
||||
SPEECHD_CONF_OPTS = \
|
||||
--disable-python \
|
||||
--without-espeak \
|
||||
|
||||
Reference in New Issue
Block a user