From da405bc2c0497420b038204a9e075ce9c31f8ebc Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 31 Jan 2024 17:59:25 -0500 Subject: [PATCH] fix(materialize) closes #5074 --- projects/materialize.com/package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/materialize.com/package.yml b/projects/materialize.com/package.yml index fbb1cd7b..4d2892bf 100644 --- a/projects/materialize.com/package.yml +++ b/projects/materialize.com/package.yml @@ -18,7 +18,7 @@ build: rust-lang.org: '>=1.56' rust-lang.org/cargo: '*' cmake.org: ^3 - perl.org: "*" + perl.org: '*' gnu.org/automake: '*' gnu.org/autoconf: '*' linux: @@ -31,8 +31,7 @@ build: LD: clang # See: https://docs.rs/openssl/latest/openssl/#manual OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled. - OPENSSL_DIR: "{{ deps.openssl.org.prefix }}" # Use tea's openssl installation directory - linux/x86-64: + OPENSSL_DIR: '{{ deps.openssl.org.prefix }}' # Use tea's openssl installation directory # Otherwise we get: error: unknown --compress-debug-sections value: zlib-gabi RUSTFLAGS: -C link-arg=-Wl,--compress-debug-sections=none