From ec9f1869e1c21a57710f987c5521f609cea24495 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 13:05:00 -0700 Subject: [PATCH] alpine: rebuild for libxcrypt --- srcpkgs/alpine/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/alpine/template b/srcpkgs/alpine/template index ed46e3bf5b2..2b23e2a7dd8 100644 --- a/srcpkgs/alpine/template +++ b/srcpkgs/alpine/template @@ -1,7 +1,7 @@ # Template file for 'alpine' pkgname=alpine version=2.26 -revision=3 +revision=4 _githash=9726c098a739edfdca6218bc5dee104c310957e9 _gitshort="${_githash:0:7}" build_style=gnu-configure @@ -20,6 +20,10 @@ checksum=c8c377eab0f65b51283e0ad3144be143065dca4463d12ccf5092ae841515a431 # weird fail with openssl3 otherwise disable_parallel_build=yes +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + post_extract() { sed -i -e '/run test program/s/^/: /' \ -e 's/linux-gnu/linux-/g' ${wrksrc}/configure