We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4869c97 + 966829c commit bdd0848Copy full SHA for bdd0848
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Fixed
11
12
- Cleanup westmere and haswell object files (#24) Thanks @fobser
13
+- Out of tree builds (NLnetLabs/nsd#415)
14
- Fix function declarations for fallback detection routine in isadetection.h.
15
16
## [0.2.0] - 2024-12-12
Makefile.in
@@ -9,7 +9,7 @@ WESTMERE = @HAVE_WESTMERE@
9
HASWELL = @HAVE_HASWELL@
CC = @CC@
-CPPFLAGS = @CPPFLAGS@ -I$(SOURCE)/include -I$(SOURCE)/src -I.
+CPPFLAGS = @CPPFLAGS@ -Iinclude -I$(SOURCE)/include -I$(SOURCE)/src -I.
CFLAGS = @CFLAGS@
DEPFLAGS = @DEPFLAGS@
VPATH = @srcdir@
0 commit comments