diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-31 15:14:00 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-31 15:14:01 +0000 |
commit | 7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 (patch) | |
tree | 1044f9559218b0a0cb90458561f65f2fbedd01a7 /testing/ceph/APKBUILD | |
parent | 33c4c2005fcf2724d3d19b4753d33875298b583b (diff) | |
download | aports-7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6.tar.bz2 aports-7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6.tar.xz |
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)
Diffstat (limited to 'testing/ceph/APKBUILD')
-rw-r--r-- | testing/ceph/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 |