summaryrefslogtreecommitdiff
path: root/packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch')
-rw-r--r--packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch105
1 files changed, 0 insertions, 105 deletions
diff --git a/packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch b/packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch
deleted file mode 100644
index c3e525a..0000000
--- a/packages/binutils/2.37/0004-Dont-link-to-libfl-as-its-unnecessary.patch
+++ /dev/null
@@ -1,105 +0,0 @@
----
- binutils/configure | 3 +++
- binutils/configure.ac | 3 +++
- gas/configure | 3 +++
- gas/configure.ac | 3 +++
- ld/configure | 3 +++
- ld/configure.ac | 3 +++
- 6 files changed, 18 insertions(+)
-
---- a/binutils/configure
-+++ b/binutils/configure
-@@ -12233,6 +12233,7 @@
- done
- test -n "$YACC" || YACC="yacc"
-
-+save_LIBS=$LIBS
- for ac_prog in flex lex
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-@@ -12396,6 +12397,8 @@
- if test "$LEX" = :; then
- LEX=${am_missing_run}flex
- fi
-+LIBS=$save_LIBS
-+LEXLIB=
-
- ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
- # If we haven't got the data from the intl directory,
---- a/binutils/configure.ac
-+++ b/binutils/configure.ac
-@@ -136,7 +136,10 @@
- fi
-
- AC_PROG_YACC
-+save_LIBS=$LIBS
- AM_PROG_LEX
-+LIBS=$save_LIBS
-+LEXLIB=
-
- ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
- ZW_GNU_GETTEXT_SISTER_DIR
---- a/gas/configure
-+++ b/gas/configure
-@@ -12880,6 +12880,7 @@
- done
- test -n "$YACC" || YACC="yacc"
-
-+save_LIBS=$LIBS
- for ac_prog in flex lex
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-@@ -13043,6 +13044,8 @@
- if test "$LEX" = :; then
- LEX=${am_missing_run}flex
- fi
-+LIBS=$save_LIBS
-+LEXLIB=
-
- ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
- # If we haven't got the data from the intl directory,
---- a/gas/configure.ac
-+++ b/gas/configure.ac
-@@ -930,7 +930,10 @@
- AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}", [Target OS.])
-
- AC_PROG_YACC
-+save_LIBS=$LIBS
- AM_PROG_LEX
-+LIBS=$save_LIBS
-+LEXLIB=
-
- ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
- ZW_GNU_GETTEXT_SISTER_DIR
---- a/ld/configure
-+++ b/ld/configure
-@@ -16035,6 +16035,7 @@
- done
- test -n "$YACC" || YACC="yacc"
-
-+save_LIBS=$LIBS
- for ac_prog in flex lex
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-@@ -16198,6 +16199,8 @@
- if test "$LEX" = :; then
- LEX=${am_missing_run}flex
- fi
-+LIBS=$save_LIBS
-+LEXLIB=
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
---- a/ld/configure.ac
-+++ b/ld/configure.ac
-@@ -293,7 +293,10 @@
- AC_EXEEXT
-
- AC_PROG_YACC
-+save_LIBS=$LIBS
- AM_PROG_LEX
-+LIBS=$save_LIBS
-+LEXLIB=
-
- AM_MAINTAINER_MODE
- AM_CONDITIONAL(GENINSRC_NEVER, false)