0001-fix-broken-makefile.patch 460 B

12345678910111213141516
  1. Fix the broken libjson makefile.
  2. Signed-off-by: Simon Dawson <spdawson@gmail.com>
  3. diff -Nurp a/makefile b/makefile
  4. --- a/makefile 2012-05-30 10:15:42.000000000 +0100
  5. +++ b/makefile 2013-03-27 18:45:34.814670534 +0000
  6. @@ -170,7 +170,7 @@ include_path = $(prefix)/$(includedi
  7. # Usage check
  8. ifdef CXXFLAGS
  9. ifdef BUILD_TYPE
  10. - $(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
  11. +$(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
  12. endif
  13. endif