xmlrpc-c-1.39.11-cplusplus.patch 374 B

123456789101112131415
  1. --- a/lib/Makefile 2015-12-30 07:22:14.000000000 +0300
  2. +++ b/lib/Makefile 2017-01-10 15:17:39.410000000 +0300
  3. @@ -9,7 +9,10 @@
  4. # Build up SUBDIRS:
  5. SUBDIRS =
  6. -SUBDIRS += util libutil libutil++
  7. +SUBDIRS += util libutil
  8. +ifeq ($(ENABLE_CPLUSPLUS),yes)
  9. + SUBDIRS += libutil++
  10. +endif
  11. ifeq ($(ENABLE_ABYSS_SERVER),yes)
  12. SUBDIRS += abyss
  13. ifeq ($(ENABLE_CPLUSPLUS),yes)