Package: julia / 1.0.3+dfsg-4

make-unwind-logic-error.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: don't try to touch libunwind when it's disabled
Author: Mo Zhou
Forwarded: https://github.com/JuliaLang/julia/issues/29163
Index: julia/base/Makefile
===================================================================
--- julia.orig/base/Makefile
+++ julia/base/Makefile
@@ -192,7 +192,7 @@ $(eval $(call symlink_system_library,lib
 $(eval $(call symlink_system_library,libumfpack,SUITESPARSE))
 $(eval $(call symlink_system_library,libspqr,SUITESPARSE))
 $(eval $(call symlink_system_library,libsuitesparseconfig,SUITESPARSE))
-ifneq ($(DISABLE_LIBUNWIND),0)
+ifneq ($(DISABLE_LIBUNWIND), 1)
 $(eval $(call symlink_system_library,libunwind,LIBUNWIND))
 endif
 endif # WINNT