mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/transmission: fix systemd support
Patch 0006-libsystemd.patch backports an upstream commit which renames the systemd configure option. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7ab59879c7
commit
b27bcedccb
@ -49,9 +49,9 @@ TRANSMISSION_CONF_OPTS += --enable-daemon
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
TRANSMISSION_DEPENDENCIES += systemd
|
TRANSMISSION_DEPENDENCIES += systemd
|
||||||
TRANSMISSION_CONF_OPTS += --with-systemd-daemon
|
TRANSMISSION_CONF_OPTS += --with-systemd
|
||||||
else
|
else
|
||||||
TRANSMISSION_CONF_OPTS += --without-systemd-daemon
|
TRANSMISSION_CONF_OPTS += --without-systemd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define TRANSMISSION_USERS
|
define TRANSMISSION_USERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user