Fix FTBFS on rawhide (#1307338)

This commit is contained in:
Simone Caronni 2016-02-23 09:15:17 +01:00
parent 6df32d9c1e
commit a2fd9c6652

View File

@ -3,7 +3,7 @@
Name: bacula Name: bacula
Version: 7.4.0 Version: 7.4.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Cross platform network backup for Linux, Unix, Mac and Windows Summary: Cross platform network backup for Linux, Unix, Mac and Windows
# See LICENSE for details # See LICENSE for details
License: AGPLv3 with exceptions License: AGPLv3 with exceptions
@ -340,6 +340,7 @@ find updatedb -type f | xargs chmod -x
build() { build() {
export CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" export CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses"
export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" export CPPFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses"
export PATH="$PATH:%{_qt4_bindir}"
%configure \ %configure \
--disable-conio \ --disable-conio \
--disable-rpath \ --disable-rpath \
@ -770,6 +771,9 @@ fi
%{_libdir}/nagios/plugins/check_bacula %{_libdir}/nagios/plugins/check_bacula
%changelog %changelog
* Mon Feb 22 2016 Simone Caronni <negativo17@gmail.com> - 7.4.0-4
- Fix FTBFS on rawhide (#1307338).
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild