diff options
Diffstat (limited to 'unmaintained/ubus/disable-systemd.patch')
-rw-r--r-- | unmaintained/ubus/disable-systemd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/ubus/disable-systemd.patch b/unmaintained/ubus/disable-systemd.patch new file mode 100644 index 0000000000..1a0641e82c --- /dev/null +++ b/unmaintained/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") |