Fix the build with gcc 4.8
... by disabling -Werror.
This commit is contained in:
parent
488b8d415d
commit
194fd0443d
@ -7,7 +7,7 @@ Summary: Bluetooth graphical utilities
|
||||
Group: Applications/Communications
|
||||
License: GPLv2+
|
||||
URL: http://live.gnome.org/GnomeBluetooth
|
||||
Source0: http://download.gnome.org/sources/gnome-bluetooth/3.6/gnome-bluetooth-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-bluetooth/3.7/gnome-bluetooth-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%if 0%{?rhel}
|
||||
@ -72,7 +72,7 @@ for writing applications that require a Bluetooth device selection widget.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile
|
||||
%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -147,6 +147,7 @@ fi
|
||||
* Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2
|
||||
- Spec file cleanup
|
||||
- Drop the desktop-notification-daemon requires now that the applet is gone
|
||||
- Fix the build with gcc 4.8
|
||||
|
||||
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
|
||||
- Update to 3.7.4
|
||||
|
Loading…
Reference in New Issue
Block a user