1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/net/frr/patches/997-reverse_python_test.patch
Lucian Cristian 4c9ab981e2 frr: update to 8.5.1 branch
also fixes gcc 13 compile

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-05-16 18:56:30 +02:00

11 lines
271 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -839,7 +839,6 @@ fi
#
AS_IF([test "$host" = "$build"], [
- AM_PATH_PYTHON([3])
AC_CHECK_HEADER([gelf.h], [], [
AC_MSG_ERROR([libelf headers are required for building clippy. (Host only when cross-compiling.)])
])