-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Labels
Description
-
This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
-
I have read and understood the 'out in the open' support policy
-
I have read and understood the PowerDNS AI policy
-
Program: Authoritative
-
Issue type: Bug report
Short description
When configuring the autoritative server with meson (invocation below), meson shows a warning:
meson.build:1170: WARNING: Project targets '>= 1.2.1' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead.
This warning does not lead to any compilation issues.
Environment
- Operating system: Arch Linux
- Software version: master at 74324e7
- Software source: git
- Meson version: 1.10.0
Steps to reproduce
meson setup --buildtype debugoptimized -Dsigners-libsodium=enabled -Dsigners-libcrypto=enabled -Ddns-over-tls=enabled -Dunit-tests=true -Dunit-tests-backends=true -Dtools=true -Dtools-ixfrdist=true -Dmodule-bind=static -Dmodule-pipe=static -Dmodule-gmysql=static -Dmodule-godbc=static -Dmodule-gpgsql=static -Dmodule-gsqlite3=static -Dmodule-ldap=static -Dmodule-remote=static -Dmodule-tinydns=static -Dmodule-geoip=static -Dmodule-lmdb=static -Dmodule-lua2=static build
Expected behaviour
No warning
Actual behaviour
I saw the above warning