
refresh patch: 001-no_doc.patch 002-fix-libmath.patch Changelog included in package. Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17828 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -5926,7 +5926,7 @@ case $bcle-$bcrl-$LEX in
|
|
?-?-flex)
|
|
LEX="flex -I -8" ;;
|
|
?-y-*)
|
|
- as_fn_error $? "readline works only with flex." "$LINENO" 5 ;;
|
|
+ : ;; # as_fn_error $? "readline works only with flex." "$LINENO" 5 ;;
|
|
esac
|
|
|
|
case $LEX-`uname -s` in
|