From 2c0c107cd29ce842bd14ac2673570fdc7fa233ba Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Apr 2025 09:07:06 +0000 Subject: freetype: disable stream, workaround for segfault with uClibc-ng on aarch64 --- .../freetype/patches/patch-include_freetype_config_ftoption_h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/freetype/patches/patch-include_freetype_config_ftoption_h (limited to 'package/freetype') diff --git a/package/freetype/patches/patch-include_freetype_config_ftoption_h b/package/freetype/patches/patch-include_freetype_config_ftoption_h new file mode 100644 index 000000000..2ef6bb7f2 --- /dev/null +++ b/package/freetype/patches/patch-include_freetype_config_ftoption_h @@ -0,0 +1,11 @@ +--- freetype-2.13.3.orig/include/freetype/config/ftoption.h 2024-07-18 07:14:58.000000000 +0000 ++++ freetype-2.13.3/include/freetype/config/ftoption.h 2025-04-29 09:05:47.004181201 +0000 +@@ -255,7 +255,7 @@ FT_BEGIN_HEADER + * stream support, in the cases where file stream support is not necessary + * such as memory loading of font files. + */ +-/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ ++#define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT + + + /************************************************************************** -- cgit v1.2.3