Opened 5 years ago

Closed 5 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

Change History (2)

comment:1 by Douglas R. Reno, 5 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

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

comment:2 by Douglas R. Reno, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r21850

Note: See TracTickets for help on using tickets.