summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2017-03-15 11:12:18 +0900
committerINSUN PYO <insun.pyo@samsung.com>2017-03-15 11:31:13 +0900
commit7e7ee82e5a2de312d41d7c4cc2c25ae9518f31a8 (patch)
tree92db6e16359d10b860004bc8912d541176924a13
parent5ee7fde4dfa5c8aa376d884aaeb6d1f555cca44a (diff)
downloaddbus-7e7ee82e5a2de312d41d7c4cc2c25ae9518f31a8.tar.gz
dbus-7e7ee82e5a2de312d41d7c4cc2c25ae9518f31a8.tar.bz2
dbus-7e7ee82e5a2de312d41d7c4cc2c25ae9518f31a8.zip
After applying unify build, all profiles build kdbus unconditionally even if you do not use kdbus. Before unify build, kdbus was not enabled in emulator64-wayland environment. Signed-off-by: INSUN PYO <insun.pyo@samsung.com> Change-Id: I22f8dd17cdfeed17a3ef7aa8da5c738fc677f0ad
-rwxr-xr-xdbus/dbus-transport-kdbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-transport-kdbus.c b/dbus/dbus-transport-kdbus.c
index 893a3eff..6670db81 100755
--- a/dbus/dbus-transport-kdbus.c
+++ b/dbus/dbus-transport-kdbus.c
@@ -59,7 +59,7 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)
# if defined(__arm__) || defined(__aarch64__)
# define __NR_memfd_create 385
-# elif defined(__i386__)
+# elif defined(__i386__) || defined(__x86_64__)
# define __NR_memfd_create 279
# else
# error "Architecture not supported"