Update bluez to 5.50 Remove Nicolas Thill as maintainer since he hasn't replied to numerous of reviews requests for several packages within months. Drop obsolete configuration file Add patch for LE devices Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
10 lines
223 B
Diff
10 lines
223 B
Diff
--- a/src/shared/util.h
|
|
+++ b/src/shared/util.h
|
|
@@ -26,6 +26,7 @@
|
|
#include <alloca.h>
|
|
#include <byteswap.h>
|
|
#include <string.h>
|
|
+#include <endian.h>
|
|
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
#define le16_to_cpu(val) (val)
|