proot-3.2.2-build-care.patch 630 B

123456789101112131415161718192021
  1. Skip check for building care, patch by Patrick Lauer <patrick AT gentoo.org>
  2. --- src/GNUmakefile 2014-02-25 16:42:04.336863622 +0800
  3. +++ src/GNUmakefile.new 2014-02-25 16:42:26.063050467 +0800
  4. @@ -54,15 +54,6 @@
  5. all: proot
  6. ######################################################################
  7. -# Sanity checks
  8. -
  9. -ifneq (,$(findstring care,$(MAKECMDGOALS)))
  10. -ifneq ($(CARE_BUILD_ENV),ok)
  11. -$(error care is supposed to be built with: http://build.reproducible.io)
  12. -endif
  13. -endif
  14. -
  15. -######################################################################
  16. # Beautified output
  17. quiet_GEN = @echo " GEN $@"; $(GEN)