diff options
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index a8898dc80d..deb2148e66 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
@@ -66,7 +66,7 @@ PACKAGECONFIG[editline] = ",--without-editline,libedit" | |||
66 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" | 66 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" |
67 | PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" | 67 | PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" |
68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp" | 68 | PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp" |
69 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 69 | PACKAGECONFIG[ipv6] = ",--disable-ipv6," |
70 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" | 70 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" |
71 | PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" | 71 | PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" |
72 | 72 | ||