From 44b170e104a6acc527fbcaee19ce63e8e51ea279 Mon Sep 17 00:00:00 2001 From: Andy Gibbs Date: Wed, 3 Nov 2010 15:09:24 +0100 Subject: lsof: stop overriding CFLAGS in build Closes #2767 lsof compile breaks if CFLAGS overridden in 'make' command line which is the case since buildroot-2010.08. lsof has a partial fix for this already in the form of the 'LSOF_CFLAGS_OVERRIDE=1' configure option; however this only fixes the problem in the generation of the Makefile for liblsof. This patch does two things: it extends the 'LSOF_CFLAGS_OVERRIDE=1' configure option to also cover the main Makefile; it also patches lsof.mk to make use of the LSOF_CFLAGS_OVERRIDE option. Signed-off-by: Andy Gibbs Signed-off-by: Peter Korsgaard --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e436f8748..6ca25bda9 100644 --- a/CHANGES +++ b/CHANGES @@ -70,6 +70,7 @@ #2563: [PATCH] cairo: Expose the configure option to disable some... #2581: libmms: Update to 0.6, and patch to work on architectures... #2707: Can't compile linux kernel using buildroot + crosstool-ng + #2767: Build for lsof broken in buildroot-2010.08 2010.08: Released August 31th, 2010: -- cgit v1.2.3-55-g7522