projects
/
julia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f7e55
)
make-unwind-logic-error
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
===================================================================
Gbp-Pq: Name make-unwind-logic-error.patch
base/Makefile
patch
|
blob
|
history
diff --git
a/base/Makefile
b/base/Makefile
index 21c7ad457a140445f38947003837d9f059e3a1d7..7486bc79d529d5631728f5c204a61c1bdf5b7d45 100644
(file)
--- 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