liboping: needs xcrypt on glibc.

This commit is contained in:
Leah Neukirchen 2025-03-12 23:06:16 +01:00
parent a8173b43d9
commit cd9ca08d30

View file

@ -14,6 +14,10 @@ checksum=eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8
CFLAGS="-Wno-error"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
post_configure() {
(
cd bindings/perl