From 7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 31 Oct 2017 15:14:00 +0000 Subject: testing/ceph: fix build on ppc64le Add fuse as make depends to fix the following build error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: FUSE_LIBRARIES (ADVANCED) --- testing/ceph/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/ceph/APKBUILD') diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index ecb8ce0bc7..96e99dcfd1 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -32,6 +32,7 @@ makedepends=" fcgi-dev findutils flex + fuse fuse-dev git jq -- cgit v1.2.3