From: NIKHIL PRIYANSHU -X (npriyans - XORIANT CORPORATION at Cisco) Date: Fri, 15 Dec 2023 04:25:42 +0000 (+0000) Subject: Pull request #4094: build: arm compilation support X-Git-Tag: 3.1.77.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525251485ce2872a08c67964cbaf79c3f61687c4;p=thirdparty%2Fsnort3.git Pull request #4094: build: arm compilation support Merge in SNORT/snort3 from ~NPRIYANS/snort3:arm_support to master Squashed commit of the following: commit ecb27a186eb8b20fb594add7efad94404ee1f86e Author: Shashi Lad Date: Tue Jul 25 23:40:07 2023 -0400 build: arm compilation support --- diff --git a/configure_cmake.sh b/configure_cmake.sh index dfeb47221..1e28e1907 100755 --- a/configure_cmake.sh +++ b/configure_cmake.sh @@ -460,6 +460,9 @@ while [ $# -ne 0 ]; do --with-uuid-libraries=*) append_cache_entry UUID_LIBRARIES_DIR_HINT PATH $optarg ;; + --with-toolchain=*) + append_cache_entry CMAKE_TOOLCHAIN_FILE PATH $optarg + ;; SIGNAL_SNORT_RELOAD=*) append_cache_entry SIGNAL_SNORT_RELOAD STRING $optarg ;;