mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
wvstreams: rebuild for libxcrypt
This commit is contained in:
parent
22c20b3377
commit
4cfd860259
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue