diff options
author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2010-11-03 15:09:24 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 17:15:18 +0100 |
commit | 44b170e104a6acc527fbcaee19ce63e8e51ea279 (patch) | |
tree | 56f8c325c286dc01433d7588c02336c5cc7b56cf /CHANGES | |
parent | 382ade52a5275c1e84882afc46f2aa2e8259bc19 (diff) |
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 <andyg1001@hotmail.co.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |