diff options
-rw-r--r-- | recipes-security/audit/audit_2.8.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/audit/audit_2.8.5.bb b/recipes-security/audit/audit_2.8.5.bb index e3e5ddd..e2e0352 100644 --- a/recipes-security/audit/audit_2.8.5.bb +++ b/recipes-security/audit/audit_2.8.5.bb | |||
@@ -41,9 +41,9 @@ EXTRA_OECONF += "--without-prelude \ | |||
41 | --without-python \ | 41 | --without-python \ |
42 | --without-golang \ | 42 | --without-golang \ |
43 | --disable-zos-remote \ | 43 | --disable-zos-remote \ |
44 | --with-arm=yes \ | ||
45 | --with-aarch64=yes \ | ||
44 | " | 46 | " |
45 | EXTRA_OECONF_append_arm = " --with-arm=yes" | ||
46 | EXTRA_OECONF_append_aarch64 = " --with-aarch64=yes" | ||
47 | 47 | ||
48 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | 48 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ |
49 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ | 49 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ |