1be95896dd
The flex bump breaks at least two packages:
- host-thrift, see http://autobuild.buildroot.org/results/759/7590122fd85b644ae0886a127005188d1f882bef/
- ipsec-tools, see http://autobuild.buildroot.org/results/238/238296556663d52015beb43df97106f6e164ce55/
No simple fix was found for now, so reverting is the easiest solution
until some time is found to look at doing a flex bump that doesn't
break those packages.
This reverts commit 931d9fbae7
.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
427 B
Diff
12 lines
427 B
Diff
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 =
|