mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
burp2-server: rebuild for libxcrypt
This commit is contained in:
parent
256dfe71c4
commit
13b4be2ae1
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ _desc="Network-based backup and restore program"
|
||||||
|
|
||||||
pkgname=burp2-server
|
pkgname=burp2-server
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_target=install-all
|
make_install_target=install-all
|
||||||
configure_args="--sysconfdir=/etc/burp"
|
configure_args="--sysconfdir=/etc/burp"
|
||||||
|
@ -26,6 +26,8 @@ make_dirs="/var/spool/burp 0755 root root"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue