From 1b55e53853ba6e8da91b9ada87946a6cb9b75c76 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 19 Nov 2015 09:25:01 +0100 Subject: [PATCH] fakeroot: add buildnote Signed-off-by: Stephan Raue --- packages/devel/fakeroot/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/devel/fakeroot/package.mk b/packages/devel/fakeroot/package.mk index 9435649d00..2d49eac985 100644 --- a/packages/devel/fakeroot/package.mk +++ b/packages/devel/fakeroot/package.mk @@ -16,6 +16,10 @@ # along with OpenELEC. If not, see . ################################################################################ +# fakeroot-1.20.2 depends on libcap:host, which depends on attr:host +# there are reported buildproblems with attr:host, which should be replicated +# use fakeroot-1.18.4 instead until attr:host builds + PKG_NAME="fakeroot" PKG_VERSION="1.18.4" PKG_REV="1"