summarylogtreecommitdiffstats
path: root/endian-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'endian-fix.patch')
-rw-r--r--endian-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/endian-fix.patch b/endian-fix.patch
new file mode 100644
index 000000000000..c88e50bd58c6
--- /dev/null
+++ b/endian-fix.patch
@@ -0,0 +1,10 @@
+--- module.hpp.old 2019-09-28 13:24:21.148153374 -0500
++++ module.hpp 2019-09-28 13:23:55.294215002 -0500
+@@ -37,6 +37,7 @@
+ static int do_numpy_import( )
+ {
+ import_array( );
++ return NULL;
+ }
+ #else
+ static void do_numpy_import( )