mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -04:00
Avoid cloning huge unused restbed openssl dependency
This commit is contained in:
parent
18feb23c77
commit
4d30d4f32b
1 changed files with 6 additions and 1 deletions
|
@ -881,7 +881,12 @@ rs_jsonapi {
|
||||||
|
|
||||||
restbed.target = $$system_path($$clean_path($${RESTBED_BUILD_PATH}/library/librestbed.a))
|
restbed.target = $$system_path($$clean_path($${RESTBED_BUILD_PATH}/library/librestbed.a))
|
||||||
restbed.commands = \
|
restbed.commands = \
|
||||||
cd $${RS_SRC_PATH}; git submodule update --init --recursive --recommend-shallow;\
|
cd $${RS_SRC_PATH};\
|
||||||
|
git submodule update --init --recommend-shallow supportlibs/restbed;\
|
||||||
|
cd $${RESTBED_SRC_PATH};\
|
||||||
|
git submodule update --init --recommend-shallow dependency/asio;\
|
||||||
|
git submodule update --init --recommend-shallow dependency/catch;\
|
||||||
|
git submodule update --init --recommend-shallow dependency/kashmir;\
|
||||||
mkdir -p $${RESTBED_BUILD_PATH}; cd $${RESTBED_BUILD_PATH};\
|
mkdir -p $${RESTBED_BUILD_PATH}; cd $${RESTBED_BUILD_PATH};\
|
||||||
cmake -DBUILD_SSL=OFF -DCMAKE_INSTALL_PREFIX=. -B. -H$${RESTBED_SRC_PATH};\
|
cmake -DBUILD_SSL=OFF -DCMAKE_INSTALL_PREFIX=. -B. -H$${RESTBED_SRC_PATH};\
|
||||||
make; make install
|
make; make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue