diff options
author | Patrick Wicki <patrick.wicki@siemens.com> | 2023-11-30 03:55:28 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-29 22:25:05 -0800 |
commit | a7275d4c1e90bb35e9082608a37e1cd6c470655f (patch) | |
tree | a9c9ef1f631bbf3f42d5c358c84c11327defed0d /meta-networking | |
parent | 10ac056fc08956c88dd2d817d66b51edd1fc0c7a (diff) | |
download | meta-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.bb | 3 |
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" | |||
42 | USERADD_PACKAGES = "${PN}" | 42 | USERADD_PACKAGES = "${PN}" |
43 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" | 43 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" |
44 | 44 | ||
45 | PACKAGECONFIG ??= "auth \ | 45 | PACKAGECONFIG ??= "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 | |||
52 | PACKAGECONFIG[esi] = "--enable-esi,--disable-esi,expat libxml2" | 52 | PACKAGECONFIG[esi] = "--enable-esi,--disable-esi,expat libxml2" |
53 | PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl" | 53 | PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl" |
54 | PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl" | 54 | PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl" |
55 | PACKAGECONFIG[url-rewrite-helpers] = "--enable-url-rewrite-helpers,--disable-url-rewrite-helpers," | ||
55 | 56 | ||
56 | PACKAGES =+ " \ | 57 | PACKAGES =+ " \ |
57 | ${PN}-conf \ | 58 | ${PN}-conf \ |