From c6accde05cf6bd638bd2882b4f9d9221998c44d8 Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Fri, 17 May 2019 10:01:01 +0100 Subject: [PATCH] make-unwind-logic-error =================================================================== Gbp-Pq: Name make-unwind-logic-error.patch --- base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Makefile b/base/Makefile index 21c7ad4..7486bc7 100644 --- a/base/Makefile +++ b/base/Makefile @@ -192,7 +192,7 @@ $(eval $(call symlink_system_library,libcolamd,SUITESPARSE)) $(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 -- 2.30.2