diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:38:51 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:49:10 +0000 |
| commit | 932c8fbf4e09c89ae26ec0e5237bc18fcba69a16 (patch) | |
| tree | b4f961138e4e9ebc3aa2418fb5c51cf2ce10a668 /testing/ubus/disable-systemd.patch | |
| parent | 958a01e503ff988fa7ba7f34967bd01b5a292d25 (diff) | |
| download | aports-932c8fbf4e09c89ae26ec0e5237bc18fcba69a16.tar.bz2 aports-932c8fbf4e09c89ae26ec0e5237bc18fcba69a16.tar.xz | |
testing/ubus: new aport
OpenWrt micro bus architecture
Diffstat (limited to 'testing/ubus/disable-systemd.patch')
| -rw-r--r-- | testing/ubus/disable-systemd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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") |
