diff options
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony_2.4.bb | 4 |
1 files changed, 3 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 4bc4ce0df1..a8898dc80d 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
| @@ -67,6 +67,8 @@ 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] = "--enable-ipv6,--disable-ipv6," |
| 70 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" | ||
| 71 | PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" | ||
| 70 | 72 | ||
| 71 | # --disable-static isn't supported by chrony's configure script. | 73 | # --disable-static isn't supported by chrony's configure script. |
| 72 | DISABLE_STATIC = "" | 74 | DISABLE_STATIC = "" |
| @@ -74,7 +76,7 @@ DISABLE_STATIC = "" | |||
| 74 | do_configure() { | 76 | do_configure() { |
| 75 | ./configure --sysconfdir=${sysconfdir} --bindir=${bindir} --sbindir=${sbindir} \ | 77 | ./configure --sysconfdir=${sysconfdir} --bindir=${bindir} --sbindir=${sbindir} \ |
| 76 | --localstatedir=${localstatedir} --datarootdir=${datadir} \ | 78 | --localstatedir=${localstatedir} --datarootdir=${datadir} \ |
| 77 | ${EXTRA_OECONF} | 79 | ${PACKAGECONFIG_CONFARGS} |
| 78 | } | 80 | } |
| 79 | 81 | ||
| 80 | do_install() { | 82 | do_install() { |
