Skip to content

Commit

Permalink
build against libxcrypt on Linux
Browse files Browse the repository at this point in the history
Based this off the similar changeset for 3.8 branch in commit
716d0ef
  • Loading branch information
AaronOpfer committed Feb 15, 2024
1 parent b4242a7 commit 341c228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 341c228

Please sign in to comment.