diff options
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.70.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb index e878038266..b1b150a7d0 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.70.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb | |||
@@ -42,6 +42,8 @@ export PYTHON_SITEPACKAGES_DIR | |||
42 | 42 | ||
43 | do_configure() { | 43 | do_configure() { |
44 | autoconf | 44 | autoconf |
45 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
46 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
45 | oe_runconf | 47 | oe_runconf |
46 | } | 48 | } |
47 | 49 | ||