mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/sslh: add optional systemd dependency
systemd dependency has been added in version 1.18 with
b3f48d9876
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6cb6e1b619
commit
d92c18d929
@ -27,6 +27,13 @@ else
|
|||||||
SSLH_MAKE_OPTS += USELIBPCRE=
|
SSLH_MAKE_OPTS += USELIBPCRE=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
|
SSLH_DEPENDENCIES += systemd
|
||||||
|
SSLH_MAKE_OPTS += USESYSTEMD=1
|
||||||
|
else
|
||||||
|
SSLH_MAKE_OPTS += USESYSTEMD=
|
||||||
|
endif
|
||||||
|
|
||||||
define SSLH_BUILD_CMDS
|
define SSLH_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) $(SSLH_MAKE_OPTS) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) $(SSLH_MAKE_OPTS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user