]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2092 in SNORT/snort3 from ~MIALTIZE/snort3:no_uuid to master
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Fri, 20 Mar 2020 23:14:35 +0000 (23:14 +0000)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Fri, 20 Mar 2020 23:14:35 +0000 (23:14 +0000)
commit0b77c7aacc393bb38bfec104b67e382f17a8440c
treed7c8a4ab20c7c408dd46a35c2895f45cf74a6789
parent1ced7ae2ff0a51efc8ac4983244843d13377acec
Merge pull request #2092 in SNORT/snort3 from ~MIALTIZE/snort3:no_uuid to master

Squashed commit of the following:

commit 39849097efee6f2e6cad02c598424ea46792d8c1
Author: Michael Altizer <mialtize@cisco.com>
Date:   Fri Mar 20 12:17:19 2020 -0400

    build: Don't try to use libuuid headers/libraries when not found

    The updated FindUUID macros properly set the libuuid variables to
    NOTFOUND, which exposed the places where they were being unconditionally
    used.  This properly conditionalizes that usage.

    Thanks to James Lay <jlay@slave-tothe-box.net> for reporting the issue.
src/CMakeLists.txt