Skip to content

Commit

Permalink
Merge pull request #416 from NLnetLabs/bugfix/out-of-tree-build
Browse files Browse the repository at this point in the history
Fix #415: NSD no longer builds out of tree
  • Loading branch information
wtoorop authored Jan 3, 2025
2 parents 149049c + 7ced54b commit bff21c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DNSTAP_OBJ=@DNSTAP_OBJ@
U=

CC = @CC@
CPPFLAGS = @CPPFLAGS@ -I@srcdir@/simdzone/include
CPPFLAGS = @CPPFLAGS@ -Isimdzone/include -I@srcdir@/simdzone/include
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
Expand Down
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
23 December 2024: Willem
- Fix #415: Fix out of tree builds. Thanks Florian Obser (@fobser).

5 December 2024: Willem
- The tag for the 4.11.0rc1 release became the release 4.11.0,
on 12 December 2024, the code repository continues with 4.11.1 under
Expand Down
5 changes: 5 additions & 0 deletions doc/RELNOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
NSD RELEASE NOTES

4.11.1
================
BUG FIXES:
- Fix #415: Fix out of tree builds. Thanks Florian Obser (@fobser).

4.11.0
================
FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion simdzone
Submodule simdzone updated 2 files
+7 −0 CHANGELOG.md
+2 −1 Makefile.in

0 comments on commit bff21c8

Please sign in to comment.