]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing nsupdate dependency on libirs
authorMichał Kępień <michal@isc.org>
Thu, 26 Sep 2019 13:11:15 +0000 (15:11 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 27 Sep 2019 07:16:02 +0000 (09:16 +0200)
commit1bf5a95774eb41f187f1a729b330e71a8b8efdf3
tree743c8f15ccfeae563eb71d500baf7b26e5d17193
parentcfb6e311a04af4dc32e2071c3ea3fcdff4a81f68
Add missing nsupdate dependency on libirs

When commit 8eb88aafee951859264e36c315b1289cd8c2088b removed liblwres,
it also modified nsupdate to use libirs instead of liblwres, but the
Visual Studio project files were not updated to reflect that change.
Make sure the nsupdate Visual Studio project depends on the libirs
project to prevent compilation issues during parallel builds.

(cherry picked from commit de1859422ec4ff573df1bce85b6e0a687c0f9a6c)
win32utils/bind9.sln.in