The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libjson / 0001-fix-broken-makefile.patch
1 Fix the broken libjson makefile.
2
3 Signed-off-by: Simon Dawson <spdawson@gmail.com>
4
5 diff -Nurp a/makefile b/makefile
6 --- a/makefile  2012-05-30 10:15:42.000000000 +0100
7 +++ b/makefile  2013-03-27 18:45:34.814670534 +0000
8 @@ -170,7 +170,7 @@ include_path     = $(prefix)/$(includedi
9  # Usage check
10  ifdef CXXFLAGS
11  ifdef BUILD_TYPE
12 -       $(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
13 +$(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
14  endif
15  endif
16