From 418b039fc7d880758f22a2e1e8b76d908c6c3300 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 14:38:46 -0700 Subject: [PATCH] thttpd: rebuild for libxcrypt --- srcpkgs/thttpd/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/thttpd/template b/srcpkgs/thttpd/template index 13de3fbef35..e0f393bca4b 100644 --- a/srcpkgs/thttpd/template +++ b/srcpkgs/thttpd/template @@ -1,7 +1,7 @@ # Template file for 'thttpd' pkgname=thttpd version=2.29 -revision=2 +revision=3 build_style=gnu-configure short_desc="Tiny/turbo/throttling HTTP server" maintainer="Orphaned " @@ -10,6 +10,10 @@ homepage="http://www.acme.com/software/thttpd/" distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz" checksum=99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397 +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + pre_configure() { vsed -i Makefile.in -e "s,-o bin -g bin,,g" }