diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-04-03 21:01:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-03 21:24:44 +0200 |
commit | 931d9fbae78a6bb8006a2634e9322ac253cc86f4 (patch) | |
tree | 1c4b3c7b8cc8b83991fc3333f585e5ecb88d163a /package/flex/flex-prog-ar.patch | |
parent | 688e947b8fe979017eb17cfb9c414602705a6b71 (diff) | |
download | buildroot-931d9fbae78a6bb8006a2634e9322ac253cc86f4.tar.gz buildroot-931d9fbae78a6bb8006a2634e9322ac253cc86f4.zip |
flex: Version bump 2.5.39
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/flex/flex-prog-ar.patch')
-rw-r--r-- | package/flex/flex-prog-ar.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/flex/flex-prog-ar.patch b/package/flex/flex-prog-ar.patch deleted file mode 100644 index e0626ff95f..0000000000 --- a/package/flex/flex-prog-ar.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rup flex-2.5.33.orig/Makefile.in flex-2.5.33/Makefile.in ---- flex-2.5.33.orig/Makefile.in 2007-01-18 17:29:25.000000000 +0100 -+++ flex-2.5.33/Makefile.in 2007-01-18 18:28:22.000000000 +0100 -@@ -105,7 +105,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" - "$(DESTDIR)$(includedir)" - libLIBRARIES_INSTALL = $(INSTALL_DATA) - LIBRARIES = $(lib_LIBRARIES) --AR = ar - ARFLAGS = cru - libfl_a_AR = $(AR) $(ARFLAGS) - libfl_a_LIBADD = |