From 932c8fbf4e09c89ae26ec0e5237bc18fcba69a16 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 21 Sep 2015 07:38:51 +0000 Subject: testing/ubus: new aport OpenWrt micro bus architecture --- testing/ubus/disable-systemd.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/ubus/disable-systemd.patch (limited to 'testing/ubus/disable-systemd.patch') diff --git a/testing/ubus/disable-systemd.patch b/testing/ubus/disable-systemd.patch new file mode 100644 index 0000000000..1a0641e82c --- /dev/null +++ b/testing/ubus/disable-systemd.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -5,7 +5,7 @@ + + OPTION(BUILD_LUA "build Lua plugin" ON) + OPTION(BUILD_EXAMPLES "build examples" ON) +-OPTION(ENABLE_SYSTEMD "systemd support" ON) ++OPTION(ENABLE_SYSTEMD "systemd support" OFF) + + SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") + SET(UBUS_UNIX_SOCKET "/var/run/ubus.sock") -- cgit v1.2.3