Add -vif to autoreconf to fix build issues

This commit is contained in:
Peter Robinson 2013-01-28 12:18:21 +00:00
parent c5647a360a
commit 302660d089

View File

@ -1,7 +1,7 @@
Summary: Bluetooth utilities Summary: Bluetooth utilities
Name: bluez Name: bluez
Version: 4.101 Version: 4.101
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://www.bluez.org/ URL: http://www.bluez.org/
@ -173,7 +173,7 @@ git am -p1 %{patches} < /dev/null
%build %build
libtoolize -f -c libtoolize -f -c
autoreconf autoreconf -vif
%configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system --enable-wiimote %configure --enable-cups --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund --enable-hid2hci --with-ouifile=/usr/share/hwdata/oui.txt --with-systemdsystemunitdir=/lib/systemd/system --enable-wiimote
make V=1 make V=1
@ -337,6 +337,9 @@ fi
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules %exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
%changelog %changelog
* Mon Jan 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.101-6
- Add -vif to autoreconf to fix build issues
* Thu Jan 10 2013 Bastien Nocera <bnocera@redhat.com> 4.101-5 * Thu Jan 10 2013 Bastien Nocera <bnocera@redhat.com> 4.101-5
- Use git to manage distro patches - Use git to manage distro patches
- Add numerous upstream and downstream patches (#892929) - Add numerous upstream and downstream patches (#892929)