diff options
author | Mike Williams <mike@mikebwilliams.com> | 2015-04-21 13:50:34 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-22 22:17:36 +0200 |
commit | 7c1db80c1d8854e5155f114c685b27451e5723eb (patch) | |
tree | ef61cdb2a37770f5703e3890a9c2b5be607369a5 /package/avahi/0002-disable-systemd-support.patch | |
parent | 1d2448e46d48809e110cf0d347dd5c845c20eaa7 (diff) | |
download | buildroot-7c1db80c1d8854e5155f114c685b27451e5723eb.tar.gz buildroot-7c1db80c1d8854e5155f114c685b27451e5723eb.zip |
avahi: systemd cleanups
* Move service files to /usr/lib/systemd/system/
* Only disable systemd support on non-systemd systems
[Thomas: use positive logic for the systemd test.]
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/avahi/0002-disable-systemd-support.patch')
-rw-r--r-- | package/avahi/0002-disable-systemd-support.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/avahi/0002-disable-systemd-support.patch b/package/avahi/0002-disable-systemd-support.patch deleted file mode 100644 index 909795ade1..0000000000 --- a/package/avahi/0002-disable-systemd-support.patch +++ /dev/null @@ -1,22 +0,0 @@ -[PATCH] avahi-daemon: disable systemd support - -Disable systemd support as it isn't needed for BR, and uses SOCK_CLOEXEC -which isn't available on uClibc. - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - avahi-daemon/sd-daemon.h | 1 + - 1 file changed, 1 insertion(+) - -Index: avahi-0.6.27/avahi-daemon/sd-daemon.h -=================================================================== ---- avahi-0.6.27.orig/avahi-daemon/sd-daemon.h -+++ avahi-0.6.27/avahi-daemon/sd-daemon.h -@@ -66,6 +66,7 @@ extern "C" { - - See sd-daemon(7) for more information. - */ -+#define DISABLE_SYSTEMD /* no systemd support in BR */ - - #if __GNUC__ >= 4 - #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) |