package/systemd: enabled dnssec when available
When libgcrypt is available set default-dnssec to the backwards compatible allow-downgrade option. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fa62b5165c
commit
c2ba6105a7
@ -26,7 +26,6 @@ SYSTEMD_CONF_OPTS += \
|
|||||||
-Dman=false \
|
-Dman=false \
|
||||||
-Dima=false \
|
-Dima=false \
|
||||||
-Dldconfig=false \
|
-Dldconfig=false \
|
||||||
-Ddefault-dnssec=no \
|
|
||||||
-Ddefault-hierarchy=hybrid \
|
-Ddefault-hierarchy=hybrid \
|
||||||
-Dtests=false \
|
-Dtests=false \
|
||||||
-Dsplit-bin=true \
|
-Dsplit-bin=true \
|
||||||
@ -154,9 +153,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
SYSTEMD_DEPENDENCIES += libgcrypt
|
SYSTEMD_DEPENDENCIES += libgcrypt
|
||||||
SYSTEMD_CONF_OPTS += -Dgcrypt=true
|
SYSTEMD_CONF_OPTS += -Ddefault-dnssec=allow-downgrade -Dgcrypt=true
|
||||||
else
|
else
|
||||||
SYSTEMD_CONF_OPTS += -Dgcrypt=false
|
SYSTEMD_CONF_OPTS += -Ddefault-dnssec=no -Dgcrypt=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user