summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-29 09:07:06 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-29 11:16:38 +0200
commit2c0c107cd29ce842bd14ac2673570fdc7fa233ba (patch)
tree940d667bbbb2fa5932ebb2a71976148e96041333
parent49528e75f5d848a85942b73d3d0d18d4794ff378 (diff)
freetype: disable stream, workaround for segfault with uClibc-ng on aarch64
-rw-r--r--package/freetype/patches/patch-include_freetype_config_ftoption_h11
1 files changed, 11 insertions, 0 deletions
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
+
+
+ /**************************************************************************