diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-21 00:17:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-21 00:17:40 +0200 |
commit | e19a5173612ab13bd14c4550526debc8f0a89f6f (patch) | |
tree | e04f7a90d3ba780845e06f31733ae5062117cb2b /package/flex/patches/patch-Makefile_in | |
parent | deb22c93a87309f08a838118cc7db128df58e468 (diff) |
flex: update to 2.6.1, disable shared libfl as it breaks ipsec-tools compile
Diffstat (limited to 'package/flex/patches/patch-Makefile_in')
-rw-r--r-- | package/flex/patches/patch-Makefile_in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/flex/patches/patch-Makefile_in b/package/flex/patches/patch-Makefile_in deleted file mode 100644 index bff3d82e6..000000000 --- a/package/flex/patches/patch-Makefile_in +++ /dev/null @@ -1,13 +0,0 @@ ---- flex-2.6.0.orig/Makefile.in 2015-11-17 17:19:45.000000000 +0100 -+++ flex-2.6.0/Makefile.in 2016-04-08 22:10:39.401057770 +0200 -@@ -447,10 +447,6 @@ EXTRA_DIST = \ - SUBDIRS = \ - lib \ - src \ -- doc \ -- examples \ -- po \ -- tests \ - tools - - all: all-recursive |