mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/systemd: add gnutls support
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a9cc35d8fc
commit
93d8b5d903
@ -70,6 +70,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += -Delfutils=false
|
SYSTEMD_CONF_OPTS += -Delfutils=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
|
SYSTEMD_DEPENDENCIES += gnutls
|
||||||
|
SYSTEMD_CONF_OPTS += -Dgnutls=true
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += -Dgnutls=false
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_IPTABLES),y)
|
ifeq ($(BR2_PACKAGE_IPTABLES),y)
|
||||||
SYSTEMD_DEPENDENCIES += iptables
|
SYSTEMD_DEPENDENCIES += iptables
|
||||||
SYSTEMD_CONF_OPTS += -Dlibiptc=true
|
SYSTEMD_CONF_OPTS += -Dlibiptc=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user