xref: /OK3568_Linux_fs/buildroot/package/libjson/0001-fix-broken-makefile.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Fix the broken libjson makefile.
2
3Signed-off-by: Simon Dawson <spdawson@gmail.com>
4
5diff -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
17