Skip to content

Commit

Permalink
Merge pull request #15145 from miodvallat/gimme_more_salt
Browse files Browse the repository at this point in the history
[tools] fix sdig link
  • Loading branch information
miodvallat authored Feb 12, 2025
2 parents 71aac83 + f171dd6 commit 7eb16fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdns/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,13 @@ sdig_CPPFLAGS += $(LIBSSL_CFLAGS)
sdig_LDADD += $(LIBSSL_LIBS)
endif

endif

if LIBSODIUM
sdig_CPPFLAGS +=$(LIBSODIUM_CFLAGS)
sdig_LDADD += $(LIBSODIUM_LIBS)
endif

endif

calidns_SOURCES = \
base32.cc \
base64.cc base64.hh \
Expand Down

0 comments on commit 7eb16fe

Please sign in to comment.