mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03: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>
(cherry picked from commit e1b691884b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e689a9d78f
commit
014787c420
@@ -40,6 +40,14 @@ IMAGEMAGICK_CONF_OPTS = \
|
||||
|
||||
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)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-fontconfig
|
||||
IMAGEMAGICK_DEPENDENCIES += fontconfig
|
||||
|
||||
Reference in New Issue
Block a user