mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bacula-common: rebuild for libxcrypt
This commit is contained in:
parent
38fd5ffc7d
commit
1d792e94d0
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bacula-common'
|
# Template file for 'bacula-common'
|
||||||
pkgname=bacula-common
|
pkgname=bacula-common
|
||||||
version=9.4.2
|
version=9.4.2
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl --with-sqlite3 --with-mysql --with-postgresql
|
configure_args="--with-openssl --with-sqlite3 --with-mysql --with-postgresql
|
||||||
--enable-smartalloc --sysconfdir=/etc/bacula
|
--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"
|
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so"
|
||||||
shlib_provides="libbaccats-${version}.so"
|
shlib_provides="libbaccats-${version}.so"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
CFLAGS="-Wno-narrowing"
|
CFLAGS="-Wno-narrowing"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue