summaryrefslogtreecommitdiff
path: root/package/flex/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-21 00:36:04 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-21 00:36:04 +0200
commitfeb53c70ff6cf91457f909aa8b63b8b8210c12b3 (patch)
treee1eff0acb221bcc5ec8e4f61ee63ee33b17091e0 /package/flex/patches
parent6512349b4bb782c2661aec6441f03112d03093b2 (diff)
flex: disable gettext, add autoconf host depends
Diffstat (limited to 'package/flex/patches')
-rw-r--r--package/flex/patches/patch-configure_ac11
-rw-r--r--package/flex/patches/patch-src_Makefile_am11
2 files changed, 21 insertions, 1 deletions
diff --git a/package/flex/patches/patch-configure_ac b/package/flex/patches/patch-configure_ac
new file mode 100644
index 000000000..0c5e63de6
--- /dev/null
+++ b/package/flex/patches/patch-configure_ac
@@ -0,0 +1,11 @@
+--- flex-2.6.1.orig/configure.ac 2016-02-29 14:53:04.000000000 +0100
++++ flex-2.6.1/configure.ac 2016-06-21 00:25:18.739543528 +0200
+@@ -37,8 +37,6 @@ AC_SUBST(SHARED_VERSION_INFO)
+
+ # checks for programs
+
+-AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.19])
+ AC_PROG_YACC
+ AM_PROG_LEX
+ AC_PROG_CC
diff --git a/package/flex/patches/patch-src_Makefile_am b/package/flex/patches/patch-src_Makefile_am
index 6a4168b24..026807c9a 100644
--- a/package/flex/patches/patch-src_Makefile_am
+++ b/package/flex/patches/patch-src_Makefile_am
@@ -1,5 +1,14 @@
--- flex-2.6.1.orig/src/Makefile.am 2016-02-27 14:53:59.000000000 +0100
-+++ flex-2.6.1/src/Makefile.am 2016-06-20 23:42:55.000000000 +0200
++++ flex-2.6.1/src/Makefile.am 2016-06-21 00:33:09.061676013 +0200
+@@ -41,7 +41,7 @@ COMMON_SOURCES = \
+ tblcmp.c \
+ yylex.c
+
+-LDADD = ../lib/libcompat.la @LIBINTL@
++LDADD = ../lib/libcompat.la
+
+ libfl_la_SOURCES = \
+ libmain.c \
@@ -90,7 +90,7 @@ stage1scan.l: scan.l
cp $(srcdir)/scan.l $(srcdir)/stage1scan.l