GH-307: Build binpac as a shared lib, not static by default

This commit is contained in:
Jon Siwek 2019-03-18 13:58:28 -07:00
parent f19db92508
commit eb9a05cd25
12 changed files with 32 additions and 8 deletions

View file

@ -1,4 +1,8 @@
2.6-167 | 2019-03-18 13:58:28 -0700
* GH-307: Build binpac as a shared lib, not static by default (Jon Siwek, Corelight)
2.6-166 | 2019-03-18 11:45:35 -0700
* Add source file path control options for Input and Intel frameworks (Christian Kreibich, Corelight)