Browse Source

freetype: disable stream, workaround for segfault with uClibc-ng on aarch64

Waldemar Brodkorb 10 months ago
parent
commit
2c0c107cd2
1 changed files with 11 additions and 0 deletions
  1. 11 0
      package/freetype/patches/patch-include_freetype_config_ftoption_h

+ 11 - 0
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
+ 
+ 
+   /**************************************************************************