mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cvm: rebuild for libxcrypt
This commit is contained in:
parent
713843fb84
commit
73cb58debd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cvm'
|
# Template file for 'cvm'
|
||||||
pkgname=cvm
|
pkgname=cvm
|
||||||
version=0.97
|
version=0.97
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
makedepends="bglibs-devel"
|
makedepends="bglibs-devel"
|
||||||
|
@ -12,6 +12,10 @@ homepage="http://untroubled.org/cvm/"
|
||||||
distfiles="http://untroubled.org/cvm/cvm-${version}.tar.gz"
|
distfiles="http://untroubled.org/cvm/cvm-${version}.tar.gz"
|
||||||
checksum=82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47
|
checksum=82e7751d63cc2ae91457e28b5326885beb1d082d4f0695f4fdaac5ffa70a0c47
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
echo '/usr/bin' > conf-bin
|
echo '/usr/bin' > conf-bin
|
||||||
echo '/usr/include' > conf-include
|
echo '/usr/include' > conf-include
|
||||||
|
|
Loading…
Add table
Reference in a new issue