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