Opened 6 years ago
Closed 6 years ago
#12300 closed defect (fixed)
Fix bluez to work with Linux 5.2+
| Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 9.0 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Similar to Qt5, there are calls to SIOCGSTAMP in tools/rctest.c and tools/l2test.c.
This can be solved by substituting SIOCGSTAMP with 0x8906:
sed -i 's/SIOCGSTAMP/0x8906/' tools/rctest.c tools/l2test.c
Note:
See TracTickets
for help on using tickets.

Dropping this in now, but I wanted to have documentation for the ChangeLog and for future reference