From bfd1c149a315850160c5f5549dbbbd1d55b193d9 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Fri, 22 Dec 2023 16:26:56 +0100 Subject: [PATCH] Build against libxcrypt on Linux refs: - https://github.com/conda-forge/linux-sysroot-feedstock/issues/52 Signed-off-by: Marcel Bargull --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3e7ffb5..21a653a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,7 @@ source: # sha1 hashes published at: http://strawberryperl.com/releases.html build: - number: 5 + number: 6 string: {{ PKG_BUILDNUM }}_h{{ PKG_HASH }}_strawberry # [win] string: {{ PKG_BUILDNUM }}_h{{ PKG_HASH }}_perl5 # [not win] run_exports: @@ -41,7 +41,8 @@ requirements: - make # [unix] - posix # [win] host: - - libnsl # [linux] + - libnsl # [linux] + - libxcrypt # [linux] test: # downstreams: