]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1955 in SNORT/snort3 from ~SHRARANG/snort3:appid_delete_odp_ctxt...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Tue, 21 Jan 2020 23:04:27 +0000 (23:04 +0000)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Tue, 21 Jan 2020 23:04:27 +0000 (23:04 +0000)
Squashed commit of the following:

commit 9e71869618f6bd18b9a1cc4402cda55c707af133
Author: Shravan Rangaraju <shrarang@cisco.com>
Date:   Tue Jan 21 15:17:37 2020 -0500

    appid: clean up ENABLE_APPID_THIRD_PARTY from configure_cmake

configure_cmake.sh

index 197a2433624378a7d1069771d1449682893e2ec1..69d32f3a1ecaaf25fa422c176be9a334f82eab24 100755 (executable)
@@ -305,7 +305,6 @@ while [ $# -ne 0 ]; do
             append_cache_entry ENABLE_TCMALLOC          BOOL false
             ;;
         --enable-appid-third-party)
-            append_cache_entry ENABLE_APPID_THIRD_PARTY BOOL true
             ;;
         --enable-unit-tests)
             append_cache_entry ENABLE_UNIT_TESTS        BOOL true