mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
package/squid: add optional systemd dependency
systemd is an optional dependency (enabled by default) since version
4.11 and
6fa8c66435
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit a70bcb531ce5e22e8a6126a6ed774dd538e18623)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e883c1a14c
commit
f0b1dcaaad
@ -62,6 +62,13 @@ else
|
||||
SQUID_CONF_OPTS += --without-gnutls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
SQUID_CONF_OPTS += --with-systemd
|
||||
SQUID_DEPENDENCIES += systemd
|
||||
else
|
||||
SQUID_CONF_OPTS += --without-systemd
|
||||
endif
|
||||
|
||||
define SQUID_CLEANUP_TARGET
|
||||
rm -f $(addprefix $(TARGET_DIR)/usr/bin/, \
|
||||
RunCache RunAccel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user