cvm: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:24:42 -07:00 committed by classabbyamp
parent 713843fb84
commit 73cb58debd

View file

@ -1,7 +1,7 @@
# Template file for 'cvm'
pkgname=cvm
version=0.97
revision=3
revision=4
build_style=gnu-makefile
hostmakedepends="libtool"
makedepends="bglibs-devel"
@ -12,6 +12,10 @@ homepage="http://untroubled.org/cvm/"
distfiles="http://untroubled.org/cvm/cvm-${version}.tar.gz"
checksum=82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
pre_build() {
echo '/usr/bin' > conf-bin
echo '/usr/include' > conf-include