mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/systemd: add --enable/disable-libcurl
Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
be207535d8
commit
1661d66781
@ -58,6 +58,7 @@ config BR2_PACKAGE_SYSTEMD
|
|||||||
- acl package will add support for multi-seat.
|
- acl package will add support for multi-seat.
|
||||||
- xz and/or l4 packages will add compression support in
|
- xz and/or l4 packages will add compression support in
|
||||||
journal and coredump.
|
journal and coredump.
|
||||||
|
- libcurl package will add support for systemd-journal-upload.
|
||||||
- libgcrypt package will add support for journal sealing and
|
- libgcrypt package will add support for journal sealing and
|
||||||
DNSSEC verification in resolved.
|
DNSSEC verification in resolved.
|
||||||
|
|
||||||
|
@ -108,6 +108,13 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-zlib
|
SYSTEMD_CONF_OPTS += --disable-zlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||||
|
SYSTEMD_DEPENDENCIES += libcurl
|
||||||
|
SYSTEMD_CONF_OPTS += --enable-libcurl
|
||||||
|
else
|
||||||
|
SYSTEMD_CONF_OPTS += --disable-libcurl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
SYSTEMD_DEPENDENCIES += libgcrypt
|
SYSTEMD_DEPENDENCIES += libgcrypt
|
||||||
SYSTEMD_CONF_OPTS += \
|
SYSTEMD_CONF_OPTS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user