From ce4f118c83e5ae7fb9d7e3912af864255bd5923e Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Wed, 30 Sep 2020 15:44:56 +0800 Subject: [PATCH] fix securec download links due to mistakes made by openeuler community --- cmake/external_libs/securec.cmake | 4 ++-- third_party/patch/securec/securec.patch001 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/external_libs/securec.cmake b/cmake/external_libs/securec.cmake index 83a4409d..2fbf8b80 100644 --- a/cmake/external_libs/securec.cmake +++ b/cmake/external_libs/securec.cmake @@ -1,7 +1,7 @@ graphengine_add_pkg(securec VER 1.1.10 - URL https://gitee.com/openeuler/bounds_checking_function/repository/archive/v1.1.10.tar.gz - MD5 0782dd2351fde6920d31a599b23d8c91 + URL https://gitee.com/openeuler/libboundscheck/repository/archive/v1.1.10.tar.gz + MD5 193f0ca5246c1dd84920db34d2d8249f LIBS c_sec PATCHES ${GE_SOURCE_DIR}/third_party/patch/securec/securec.patch001 CMAKE_OPTION "-DCMAKE_BUILD_TYPE=Release" diff --git a/third_party/patch/securec/securec.patch001 b/third_party/patch/securec/securec.patch001 index 666f28ce..01c2d769 100644 --- a/third_party/patch/securec/securec.patch001 +++ b/third_party/patch/securec/securec.patch001 @@ -1,5 +1,5 @@ -diff -Npur -x .git bounds_checking_function/CMakeLists.txt securec/CMakeLists.txt ---- bounds_checking_function/CMakeLists.txt 1970-01-01 08:00:00.000000000 +0800 +diff -Npur -x .git libboundscheck/CMakeLists.txt securec/CMakeLists.txt +--- libboundscheck/CMakeLists.txt 1970-01-01 08:00:00.000000000 +0800 +++ securec/CMakeLists.txt 2020-09-19 16:53:48.689460700 +0800 @@ -0,0 +1,18 @@ +cmake_minimum_required(VERSION 3.14)