diff --git a/L/libjulia/common.jl b/L/libjulia/common.jl index 22bb04d813f..6a09f1cc4b0 100644 --- a/L/libjulia/common.jl +++ b/L/libjulia/common.jl @@ -136,6 +136,8 @@ function configure(version) LIBBLASNAME=libopenblas USE_SYSTEM_LAPACK=1 LIBLAPACKNAME=libopenblas + + USE_SYSTEM_LIBUNWIND=1 EOM fi @@ -212,8 +214,8 @@ function configure(version) # Dependencies that must be installed before this package can be built/used dependencies = [ - # Dependency("LibUnwind_jll"), - # Dependency("LibOSXUnwind_jll"), + Dependency("LibUnwind_jll"), + Dependency("LibOSXUnwind_jll"), Dependency(PackageSpec(name="PCRE2_jll", version=v"10.31")), Dependency("OpenLibm_jll"), Dependency("dSFMT_jll"),