diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-11 08:13:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-11 08:13:00 +0000 |
commit | 6eb27d1a3b2b4d155542d86894be48af643edd90 (patch) | |
tree | becb706a4ebf46f497e1320864e1fb87f0ecfdb5 /sys-apps/proot/files | |
parent | old (diff) | |
download | gentoo-2-6eb27d1a3b2b4d155542d86894be48af643edd90.tar.gz gentoo-2-6eb27d1a3b2b4d155542d86894be48af643edd90.tar.bz2 gentoo-2-6eb27d1a3b2b4d155542d86894be48af643edd90.zip |
Revision bump: add support for optional building of CARE binary, wrt bug #502388, thanks to Patrick Lauer. Drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-apps/proot/files')
-rw-r--r-- | sys-apps/proot/files/proot-3.2.2-build-care.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/proot/files/proot-3.2.2-build-care.patch b/sys-apps/proot/files/proot-3.2.2-build-care.patch new file mode 100644 index 000000000000..c52a39cf787b --- /dev/null +++ b/sys-apps/proot/files/proot-3.2.2-build-care.patch @@ -0,0 +1,20 @@ +Skip check for building care, patch by Patrick Lauer <patrick AT gentoo.org> + +--- src/GNUmakefile 2014-02-25 16:42:04.336863622 +0800 ++++ src/GNUmakefile.new 2014-02-25 16:42:26.063050467 +0800 +@@ -54,15 +54,6 @@ + all: proot + + ###################################################################### +-# Sanity checks +- +-ifneq (,$(findstring care,$(MAKECMDGOALS))) +-ifneq ($(CARE_BUILD_ENV),ok) +-$(error care is supposed to be built with: http://build.reproducible.io) +-endif +-endif +- +-###################################################################### + # Beautified output + + quiet_GEN = @echo " GEN $@"; $(GEN) |