summaryrefslogtreecommitdiff
path: root/src/dbus-mount.c
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2010-11-23 21:12:11 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-23 22:38:55 +0100
commit9a60da2834074d970ca063c210fe9d2f05c70532 (patch)
treeb86ce16ec73449b2df9bdfcc8459e5bc1b54b80f /src/dbus-mount.c
parent3686ced6d76d72a7364db4616c14a164f9c1f01e (diff)
build-sys: allow cross-compilation
When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files.
Diffstat (limited to 'src/dbus-mount.c')
-rw-r--r--src/dbus-mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-mount.c b/src/dbus-mount.c
index 4de00f7fa..fa319febd 100644
--- a/src/dbus-mount.c
+++ b/src/dbus-mount.c
@@ -50,7 +50,7 @@
BUS_INTROSPECTABLE_INTERFACE \
"</node>\n"
-const char bus_mount_interface[] = BUS_MOUNT_INTERFACE;
+const char bus_mount_interface[] _introspect_("Mount") = BUS_MOUNT_INTERFACE;
const char bus_mount_invalidating_properties[] =
"What\0"