diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-21 00:36:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-21 00:36:04 +0200 |
commit | feb53c70ff6cf91457f909aa8b63b8b8210c12b3 (patch) | |
tree | e1eff0acb221bcc5ec8e4f61ee63ee33b17091e0 /package/flex/patches/patch-src_Makefile_am | |
parent | 6512349b4bb782c2661aec6441f03112d03093b2 (diff) |
flex: disable gettext, add autoconf host depends
Diffstat (limited to 'package/flex/patches/patch-src_Makefile_am')
-rw-r--r-- | package/flex/patches/patch-src_Makefile_am | 11 |
1 files changed, 10 insertions, 1 deletions
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 |