mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/remove-with-bind'
* origin/topic/timw/remove-with-bind: Remove obsolete --with-bind configure flag
This commit is contained in:
commit
2d7aad2c81
4 changed files with 9 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
8.0.0-dev.262 | 2025-05-28 08:29:33 -0700
|
||||||
|
|
||||||
|
* Remove obsolete --with-bind configure flag (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
8.0.0-dev.259 | 2025-05-27 12:49:05 -0700
|
8.0.0-dev.259 | 2025-05-27 12:49:05 -0700
|
||||||
|
|
||||||
* Add a few std::moves to fix Coverity warnings (Tim Wojtulewicz, Corelight)
|
* Add a few std::moves to fix Coverity warnings (Tim Wojtulewicz, Corelight)
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -72,6 +72,10 @@ Changed Functionality
|
||||||
Removed Functionality
|
Removed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
- The ``--with-bind`` argument for ``configure`` was removed. We removed the need for the
|
||||||
|
BIND library from our CMake setup in the v7.2 release, but this non-functional argument
|
||||||
|
was left behind.
|
||||||
|
|
||||||
Deprecated Functionality
|
Deprecated Functionality
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.0.0-dev.259
|
8.0.0-dev.262
|
||||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -92,7 +92,6 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
Required Packages in Non-Standard Locations:
|
Required Packages in Non-Standard Locations:
|
||||||
--with-bifcl=PATH path to Zeek BIF compiler executable
|
--with-bifcl=PATH path to Zeek BIF compiler executable
|
||||||
(useful for cross-compiling)
|
(useful for cross-compiling)
|
||||||
--with-bind=PATH path to BIND install root
|
|
||||||
--with-binpac=PATH path to BinPAC executable
|
--with-binpac=PATH path to BinPAC executable
|
||||||
(useful for cross-compiling)
|
(useful for cross-compiling)
|
||||||
--with-bison=PATH path to bison executable
|
--with-bison=PATH path to bison executable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue