diff options
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.2.bb b/meta-networking/recipes-support/chrony/chrony_4.2.bb index dfa1ed86fd..8d12cc75e2 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.2.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.2.bb | |||
| @@ -64,14 +64,14 @@ PACKAGECONFIG ??= "editline \ | |||
| 64 | " | 64 | " |
| 65 | PACKAGECONFIG[editline] = ",--without-editline,libedit" | 65 | PACKAGECONFIG[editline] = ",--without-editline,libedit" |
| 66 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" | 66 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" |
| 67 | PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap" | 67 | PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" |
| 68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp" | 68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp,libseccomp" |
| 69 | PACKAGECONFIG[ipv6] = ",--disable-ipv6," | 69 | PACKAGECONFIG[ipv6] = ",--disable-ipv6," |
| 70 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" | ||
| 71 | PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" | ||
| 72 | 70 | ||
| 73 | # This is left for backwards compatibility, to avoid breaking existing | 71 | # These are left for backwards compatibility, to avoid breaking existing |
| 74 | # configurations. | 72 | # configurations. |
| 73 | PACKAGECONFIG[libcap] = "" | ||
| 74 | PACKAGECONFIG[nss] = "" | ||
| 75 | PACKAGECONFIG[readline] = "" | 75 | PACKAGECONFIG[readline] = "" |
| 76 | 76 | ||
| 77 | # --disable-static isn't supported by chrony's configure script. | 77 | # --disable-static isn't supported by chrony's configure script. |
