diff --git a/srcpkgs/burp2-server/template b/srcpkgs/burp2-server/template index 11678ac289a..48b5569a447 100644 --- a/srcpkgs/burp2-server/template +++ b/srcpkgs/burp2-server/template @@ -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() {