mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
package/imagemagick: disable locale with uclibc
Fixes: - http://autobuild.buildroot.org/results/f7be30ffa28b7f367fb5343a7d69dc8bc7c3a170 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
57df4792c3
commit
e1b691884b
@ -40,6 +40,14 @@ IMAGEMAGICK_CONF_OPTS = \
|
|||||||
|
|
||||||
IMAGEMAGICK_DEPENDENCIES = host-pkgconf
|
IMAGEMAGICK_DEPENDENCIES = host-pkgconf
|
||||||
|
|
||||||
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
||||||
|
# Like postgreSQL, imagemagick does not build against uClibc with
|
||||||
|
# locales enabled, due to an uClibc bug, see
|
||||||
|
# http://lists.uclibc.org/pipermail/uclibc/2014-April/048326.html
|
||||||
|
# so overwrite automatic detection and disable locale support
|
||||||
|
IMAGEMAGICK_CONF_ENV += ac_cv_func_newlocale=no
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
|
||||||
IMAGEMAGICK_CONF_OPTS += --with-fontconfig
|
IMAGEMAGICK_CONF_OPTS += --with-fontconfig
|
||||||
IMAGEMAGICK_DEPENDENCIES += fontconfig
|
IMAGEMAGICK_DEPENDENCIES += fontconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user