mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-10-29 18:02:20 +00:00
Trying to fix AWS SDK build issue.
This commit is contained in:
@@ -66,6 +66,9 @@ WORKDIR cmake-build
|
||||
RUN cmake .. -DBUILD_ONLY="sns;s3" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_CXX_FLAGS="-Wno-error=stringop-overflow -Wno-error=uninitialized" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLibCrypto_INCLUDE_DIR=/usr/include \
|
||||
-DLibCrypto_LIBRARY=/usr/lib64/libcrypto.so \
|
||||
-DAUTORUN_UNIT_TESTS=OFF
|
||||
RUN cmake --build . --config Release -j8
|
||||
RUN cmake --build . --target install
|
||||
|
||||
Reference in New Issue
Block a user