summaryrefslogtreecommitdiffstats
path: root/packaging/macos/modulesets/patches/libtasn1-inline-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macos/modulesets/patches/libtasn1-inline-fix.patch')
-rw-r--r--packaging/macos/modulesets/patches/libtasn1-inline-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/macos/modulesets/patches/libtasn1-inline-fix.patch b/packaging/macos/modulesets/patches/libtasn1-inline-fix.patch
new file mode 100644
index 0000000..10160ab
--- /dev/null
+++ b/packaging/macos/modulesets/patches/libtasn1-inline-fix.patch
@@ -0,0 +1,10 @@
+--- a/lib/parser_aux.c 2021-05-13 08:59:58.000000000 -0700
++++ b/lib/parser_aux.c 2021-08-03 10:25:36.000000000 -0700
+@@ -20,8 +20,9 @@
+ */
+
+ #include <limits.h> // WORD_BIT
++#define _GL_EXTERN_INLINE_STDHEADER_BUG
+
+ #include "int.h"
+ #include "parser_aux.h"