Browse Source

tools/bc: remove useless patch

The remaining changes in this patch to the configure script
has no effect at all since autoreconf is used with bc
and the recent update to bc removed the need to patch
the original set of changes in order to fix building.

Remove the patch.

Removed:
 - 002-fix-libmath.patch

Fixes: abd424c3e ("tools/bc: update to 1.08.1")
Signed-off-by: Michael Pratt <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <[email protected]>
Michael Pratt 8 months ago
parent
commit
3e95b955fc
1 changed files with 0 additions and 11 deletions
  1. 0 11
      tools/bc/patches/002-fix-libmath.patch

+ 0 - 11
tools/bc/patches/002-fix-libmath.patch

@@ -1,11 +0,0 @@
---- 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