python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / libjson / 0001-fix-broken-makefile.patch
blob8ceb0cac3a14c9d17bb3b2b2c981632e2356e7ab
1 Fix the broken libjson makefile.
3 Signed-off-by: Simon Dawson <spdawson@gmail.com>
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