mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
a8e826ac34
update frr to latest stable 10.6.1 Signed-off-by: Lucian CRISTIAN <lucian.cristian@gmail.com>
11 lines
309 B
Diff
11 lines
309 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -979,7 +979,6 @@ AC_DEFINE_UNQUOTED([DFLT_NAME], ["$DFLT_
|
|
#
|
|
|
|
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.)])
|
|
])
|