From 341c228ee1c171a7069574dca2bd7c8449fd824c Mon Sep 17 00:00:00 2001 From: Aaron Opfer Date: Thu, 15 Feb 2024 15:58:35 -0600 Subject: [PATCH] build against libxcrypt on Linux Based this off the similar changeset for 3.8 branch in commit 716d0eff8cdd3ab71414027a0c312c292a3090ba --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 70fa94aae..5cfcc3d6d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -75,7 +75,7 @@ source: sha256: de3c87b26a80e789986d8e6950c6304175d3829afe9c6c7211eb7257266ab0ac # [win] build: - number: 100 + number: 101 # Windows has issues updating python if conda is using files itself. # Copy rather than link. no_link: @@ -139,6 +139,7 @@ requirements: - ncurses # [not win] - libffi # [not win] - libnsl # [linux] + - libxcrypt # [linux] - ld_impl_{{ target_platform }} >=2.34 # [linux] run: - ld_impl_{{ target_platform }} >=2.34 # [linux]