aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-14 23:44:28 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-18 10:18:12 +0200
commit04a99d7a1934865e3a30b967d4b16fd165678f55 (patch)
treed7231b4c4da9cb885ba3e5d8d4cc7fd9fe1524d6 /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
parent4bd83dd9df75d31c8a302a8e89bf99f1042fc5bc (diff)
downloadmeta-openembedded-04a99d7a1934865e3a30b967d4b16fd165678f55.tar.gz
gnome-keyring: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
new file mode 100644
index 0000000000..050b87ab24
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
@@ -0,0 +1,17 @@
+include sys/select.h for FD_* macros
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+Upstream-Status: Pending
+
+Index: gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
+===================================================================
+--- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
++++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
+@@ -32,6 +32,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/select.h>
+
+ #include <dlfcn.h>
+ #include <pthread.h>