Codebase list tcmu / a395b9f
Re-enable rbd support on mipsel now that ceph can be built again (Closes: #949881) This reverts commit 70708d466952d7c174fe57841b022ccc296b5344. Sébastien Delafond 4 years ago
2 changed file(s) with 2 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
99 libglib2.0-dev,
1010 libkmod-dev,
1111 libnl-genl-3-dev,
12 librados-dev [!mipsel],
13 librbd-dev [!mipsel],
12 librados-dev,
13 librbd-dev,
1414 pkg-config,
1515 zlib1g-dev
1616 Standards-Version: 4.4.1
77 -DSUPPORT_SYSTEMD=ON \
88 -DCMAKE_INSTALL_PREFIX=/usr
99
10 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
11 ifeq ($(DEB_HOST_ARCH),mipsel)
12 export CMAKE_OPTIONS += -Dwith-rbd=false
13 endif
14
15 all:
16 echo $(CMAKE_OPTIONS)
1710 %:
1811 dh $@
1912