Skip to content

Commit

Permalink
Always link sdig against libsodium if used.
Browse files Browse the repository at this point in the history
Fallout from #15140
  • Loading branch information
miodvallat committed Feb 12, 2025
1 parent 71aac83 commit f171dd6
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 f171dd6

Please sign in to comment.