bacula-common: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:14:02 -07:00 committed by classabbyamp
parent 38fd5ffc7d
commit 1d792e94d0

View file

@ -1,7 +1,7 @@
# Template file for 'bacula-common'
pkgname=bacula-common
version=9.4.2
revision=6
revision=7
build_style=gnu-configure
configure_args="--with-openssl --with-sqlite3 --with-mysql --with-postgresql
--enable-smartalloc --sysconfdir=/etc/bacula
@ -17,6 +17,10 @@ checksum=a40d04d2c48135972cecb6578405e835c4b9d798c0950017de0fad40ca94e8a0
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so"
shlib_provides="libbaccats-${version}.so"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
CFLAGS="-Wno-narrowing"
post_install() {