projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224ead2
)
configure: Disable host-bsd USB on FreeBSD
author
Ed Maste
<emaste@freebsd.org>
Thu, 6 Jun 2013 13:18:44 +0000
(09:18 -0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 11 Jun 2013 19:45:43 +0000
(23:45 +0400)
It hasn't built since FreeBSD 8.x, and is disabled by a patch in the
FreeBSD ports tree. FreeBSD is migrating to QEMU's libusb support.
Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index e197b91b9b373d867ca7f87322e74a0cb9537b77..a3f0b7ad4a5a8d6d3e7cb98537e264bcfcea5152 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-553,7
+553,9
@@
esac
if [ "$bsd" = "yes" ] ; then
if [ "$darwin" != "yes" ] ; then
- usb="bsd"
+ if [ "$targetos" != "FreeBSD" ]; then
+ usb="bsd"
+ fi
bsd_user="yes"
fi
fi