mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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
|
||||
version=2.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
make_install_target=install-all
|
||||
configure_args="--sysconfdir=/etc/burp"
|
||||
|
@ -26,6 +26,8 @@ make_dirs="/var/spool/burp 0755 root root"
|
|||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue