mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
switch to release codeload version fix startup error messages 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
|
|
@@ -954,7 +954,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.)])
|
|
])
|