diff options
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.3.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb index b09a58b086..420cc78ca4 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.3.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.3.bb | |||
| @@ -64,11 +64,9 @@ 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 | # --disable-static isn't supported by chrony's configure script. | 71 | # --disable-static isn't supported by chrony's configure script. |
| 74 | DISABLE_STATIC = "" | 72 | DISABLE_STATIC = "" |
