summaryrefslogtreecommitdiff
path: root/user/bluez/fix-endianness.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 02:45:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 02:45:38 -0500
commit1e78a7b5661a3c11302066262cd250776c83c656 (patch)
tree6c604a584e6456c344bcf2acb49771edee5ad347 /user/bluez/fix-endianness.patch
parentff4cd7d31f2a18039e2ce40960a595d7628f566a (diff)
downloadpackages-1e78a7b5661a3c11302066262cd250776c83c656.tar.gz
packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.bz2
packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.xz
packages-1e78a7b5661a3c11302066262cd250776c83c656.zip
user/bluez: pull in, bump, fix up
Diffstat (limited to 'user/bluez/fix-endianness.patch')
-rw-r--r--user/bluez/fix-endianness.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/bluez/fix-endianness.patch b/user/bluez/fix-endianness.patch
new file mode 100644
index 000000000..ee0e0d1e3
--- /dev/null
+++ b/user/bluez/fix-endianness.patch
@@ -0,0 +1,10 @@
+--- bluez-5.47/src/shared/util.h.old 2016-09-26 07:29:00.000000000 -0500
++++ bluez-5.47/src/shared/util.h 2017-12-27 22:49:50.538716424 -0600
+@@ -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)