Commit 3f646d5e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Applied correct patch file

parent 0dbe66b2
...@@ -31,7 +31,7 @@ all: ceph-config ...@@ -31,7 +31,7 @@ all: ceph-config
ln -s /lib /lib64 ln -s /lib /lib64
tar xf ceph-14.2.2.tar.gz tar xf ceph-14.2.2.tar.gz
patch -Np1 -d ceph-14.2.2 < ceph-14.2.2-fix_rgw_sync.patch patch -Np1 -d ceph-14.2.2 < ceph-14.2.2-fix_tests.patch
cd ceph-14.2.2 && ./do_cmake.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LIBEXECDIR=/lib -DWITH_SPDK=OFF -DWITH_RDMA=OFF -DWITH_RADOSGW_AMQP_ENDPOINT=OFF cd ceph-14.2.2 && ./do_cmake.sh -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LIBEXECDIR=/lib -DWITH_SPDK=OFF -DWITH_RDMA=OFF -DWITH_RADOSGW_AMQP_ENDPOINT=OFF
$(MAKE) -C ceph-14.2.2/build npm_config_cache=/build/.npm $(MAKE) -C ceph-14.2.2/build npm_config_cache=/build/.npm
hostname localhost hostname localhost
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment