Skip to content

Commit

Permalink
Merge pull request PowerDNS#14388 from omoerbeek/auth-followup-14370
Browse files Browse the repository at this point in the history
auth: followup to 14370: add boost depedendency
  • Loading branch information
omoerbeek authored Jun 26, 2024
2 parents ebcd727 + b16401e commit 16152c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ libpdns_uuidutils = declare_dependency(
'pdns-uuidutils',
src_dir / 'uuid-utils.cc',
src_dir / 'uuid-utils.hh',
dependencies: dep_rt,
dependencies: [dep_rt, dep_boost],
)
)

Expand Down

0 comments on commit 16152c9

Please sign in to comment.