diff options
-rw-r--r-- | meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb index 98842e4e9f..115fa2eced 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | |||
@@ -37,6 +37,9 @@ export AR = "${HOST_PREFIX}ar cq" | |||
37 | 37 | ||
38 | EXTRA_OECONF += "--disable-option-checking" | 38 | EXTRA_OECONF += "--disable-option-checking" |
39 | 39 | ||
40 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
41 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
42 | |||
40 | # configure.in has errors | 43 | # configure.in has errors |
41 | do_configure() { | 44 | do_configure() { |
42 | oe_runconf | 45 | oe_runconf |