From 4cfd8602597e7c2b5c67f8afb7d6f769554d1871 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 14:44:41 -0700 Subject: [PATCH] wvstreams: rebuild for libxcrypt --- srcpkgs/wvstreams/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template index 515b160c9cf..e9195425891 100644 --- a/srcpkgs/wvstreams/template +++ b/srcpkgs/wvstreams/template @@ -1,7 +1,7 @@ # Template file for 'wvstreams' pkgname=wvstreams version=4.6.1 -revision=22 +revision=23 build_style=gnu-configure configure_args="--without-dbus --without-tcl --without-qt" makedepends="openssl-devel zlib-devel" @@ -14,6 +14,10 @@ checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 conf_files="/etc/uniconf.conf" replaces="uniconf>=0" +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + CXXFLAGS="-Wno-narrowing" wvstreams-devel_package() {