diff options
| -rw-r--r-- | meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb index 49b11ad335..0fd5f6fed5 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.9.bb | |||
| @@ -17,6 +17,9 @@ EXTRA_OECONF = " --with-iptables=/usr/sbin/iptables \ | |||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | do_configure () { | 19 | do_configure () { |
| 20 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config | ||
| 21 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config | ||
| 22 | |||
| 20 | aclocal | 23 | aclocal |
| 21 | libtoolize --automake --copy --force | 24 | libtoolize --automake --copy --force |
| 22 | autoconf | 25 | autoconf |
