diff options
| -rw-r--r-- | meta-networking/recipes-support/fwknop/fwknop/0001-configure.ac-Fix-missing-comma-in-AS_IF.patch | 29 | ||||
| -rw-r--r-- | meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | 14 |
2 files changed, 32 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/fwknop/fwknop/0001-configure.ac-Fix-missing-comma-in-AS_IF.patch b/meta-networking/recipes-support/fwknop/fwknop/0001-configure.ac-Fix-missing-comma-in-AS_IF.patch new file mode 100644 index 0000000000..f3e1707408 --- /dev/null +++ b/meta-networking/recipes-support/fwknop/fwknop/0001-configure.ac-Fix-missing-comma-in-AS_IF.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From fee4cb0ae2d1fcd012cb7f501c3db0d8ec910798 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sun, 2 Apr 2023 10:01:51 -0700 | ||
| 4 | Subject: [PATCH] configure.ac: Fix missing comma in AS_IF | ||
| 5 | |||
| 6 | this is flagged with autconf 2.72 | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.ac | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index 47a069e..9cdfd3f 100644 | ||
| 16 | --- a/configure.ac | ||
| 17 | +++ b/configure.ac | ||
| 18 | @@ -744,7 +744,7 @@ dnl | ||
| 19 | IPFW_EXE="" | ||
| 20 | IPTABLES_EXE="" | ||
| 21 | FIREWALLD_EXE="" | ||
| 22 | - ] | ||
| 23 | + ], | ||
| 24 | ] | ||
| 25 | ] | ||
| 26 | ] | ||
| 27 | -- | ||
| 28 | 2.40.0 | ||
| 29 | |||
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb index d3753217c7..a1f56cdf16 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | |||
| @@ -8,25 +8,17 @@ inherit autotools-brokensep pkgconfig | |||
| 8 | SRC_URI = "http://www.cipherdyne.org/${BPN}/download/${BPN}-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://www.cipherdyne.org/${BPN}/download/${BPN}-${PV}.tar.bz2 \ |
| 9 | file://0001-Fix-compilation-with-GCC-s-fno-common-flag-fixes-305.patch \ | 9 | file://0001-Fix-compilation-with-GCC-s-fno-common-flag-fixes-305.patch \ |
| 10 | file://0001-Use-pkg-config-to-find-gpgme.patch \ | 10 | file://0001-Use-pkg-config-to-find-gpgme.patch \ |
| 11 | file://0001-configure.ac-Fix-missing-comma-in-AS_IF.patch \ | ||
| 11 | " | 12 | " |
| 12 | SRC_URI[md5sum] = "47a9c7c214c40dceb5dc2aa8832e4f32" | ||
| 13 | SRC_URI[sha256sum] = "f6c09bec97ed8e474a98ae14f9f53e1bcdda33393f20667b6af3fb6bb894ca77" | 13 | SRC_URI[sha256sum] = "f6c09bec97ed8e474a98ae14f9f53e1bcdda33393f20667b6af3fb6bb894ca77" |
| 14 | 14 | ||
| 15 | DEPENDS = "libpcap gpgme" | 15 | DEPENDS = "libpcap gpgme" |
| 16 | 16 | ||
| 17 | EXTRA_OECONF = " --with-iptables=/usr/sbin/iptables \ | 17 | EXTRA_OECONF = " --with-iptables=${sbindir}/iptables" |
| 18 | " | ||
| 19 | 18 | ||
| 20 | do_configure () { | 19 | do_configure:prepend () { |
| 21 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config | 20 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config |
| 22 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config | 21 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/config |
| 23 | |||
| 24 | aclocal | ||
| 25 | libtoolize --automake --copy --force | ||
| 26 | autoconf | ||
| 27 | autoheader | ||
| 28 | automake -a | ||
| 29 | oe_runconf | ||
| 30 | } | 22 | } |
| 31 | 23 | ||
| 32 | PACKAGES =+ "${PN}-client ${PN}-daemon" | 24 | PACKAGES =+ "${PN}-client ${PN}-daemon" |
