|
@@ -351,6 +351,16 @@ else
|
|
SYSTEMD_CONF_OPTS += -Dresolve=false
|
|
SYSTEMD_CONF_OPTS += -Dresolve=false
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
|
|
|
+SYSTEMD_CONF_OPTS += -Ddns-over-tls=gnutls -Ddefault-dns-over-tls=opportunistic
|
|
|
|
+SYSTEMD_DEPENDENCIES += gnutls
|
|
|
|
+else ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
|
+SYSTEMD_CONF_OPTS += -Ddns-over-tls=openssl -Ddefault-dns-over-tls=opportunistic
|
|
|
|
+SYSTEMD_DEPENDENCIES += openssl
|
|
|
|
+else
|
|
|
|
+SYSTEMD_CONF_OPTS += -Ddns-over-tls=false -Ddefault-dns-over-tls=no
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD_TIMESYNCD),y)
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD_TIMESYNCD),y)
|
|
SYSTEMD_CONF_OPTS += -Dtimesyncd=true
|
|
SYSTEMD_CONF_OPTS += -Dtimesyncd=true
|
|
SYSTEMD_TIMESYNCD_USER = systemd-timesync -1 systemd-timesync -1 * - - - Network Time Synchronization
|
|
SYSTEMD_TIMESYNCD_USER = systemd-timesync -1 systemd-timesync -1 * - - - Network Time Synchronization
|