summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPatrick Wicki <patrick.wicki@siemens.com>2023-11-30 03:55:28 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-29 22:25:05 -0800
commita7275d4c1e90bb35e9082608a37e1cd6c470655f (patch)
treea9c9ef1f631bbf3f42d5c358c84c11327defed0d /meta-networking
parent10ac056fc08956c88dd2d817d66b51edd1fc0c7a (diff)
downloadmeta-openembedded-a7275d4c1e90bb35e9082608a37e1cd6c470655f.tar.gz
squid: add url-rewrite-helpers packageconfig
Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/squid/squid_6.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_6.5.bb b/meta-networking/recipes-daemons/squid/squid_6.5.bb
index af3cbe067..2641943fe 100644
--- a/meta-networking/recipes-daemons/squid/squid_6.5.bb
+++ b/meta-networking/recipes-daemons/squid/squid_6.5.bb
@@ -42,7 +42,7 @@ LDFLAGS:append:riscv32 = " -latomic"
42USERADD_PACKAGES = "${PN}" 42USERADD_PACKAGES = "${PN}"
43USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" 43USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid"
44 44
45PACKAGECONFIG ??= "auth \ 45PACKAGECONFIG ??= "auth url-rewrite-helpers \
46 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 46 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
47" 47"
48 48
@@ -52,6 +52,7 @@ PACKAGECONFIG[werror] = "--enable-strict-error-checking,--disable-strict-error-c
52PACKAGECONFIG[esi] = "--enable-esi,--disable-esi,expat libxml2" 52PACKAGECONFIG[esi] = "--enable-esi,--disable-esi,expat libxml2"
53PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl" 53PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl"
54PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl" 54PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl"
55PACKAGECONFIG[url-rewrite-helpers] = "--enable-url-rewrite-helpers,--disable-url-rewrite-helpers,"
55 56
56PACKAGES =+ " \ 57PACKAGES =+ " \
57 ${PN}-conf \ 58 ${PN}-conf \