From: Jo-Philipp Wich Date: Fri, 17 Feb 2017 17:28:19 +0000 (+0100) Subject: build: enable SHA256 support X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=16cdec4bfa7fc79bc3a2e77510969c81602f9265 build: enable SHA256 support Signed-off-by: Jo-Philipp Wich --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 34a0a6f..b99b58e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ ADD_DEFINITIONS(-Os -Wall --std=gnu99 -g3 -Wmissing-declarations -DHOST_CPU_STR="${HOST_CPU}" -DBUILD_CPU=${BUILD_CPU} -DVERSION="${GIT_VERSION}" + -DHAVE_SHA256 ) ADD_SUBDIRECTORY(libbb)