bacula-common: fix build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2020-09-24 20:59:05 +02:00
parent 31f1af2e24
commit 6427671132

View file

@ -21,6 +21,7 @@ shlib_provides="libbaccats-${version}.so"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
CFLAGS="-Wno-narrowing"
post_install() {
rm "${DESTDIR}/usr/bin/bacula"