]> 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>
Thu, 26 Sep 2019 13:11:15 +0000 (15:11 +0200)
commitde1859422ec4ff573df1bce85b6e0a687c0f9a6c
treee32d745aac8fb751c374d2ec60c7e1947c28a2c0
parent22e487a58410cd1e54ca962c8bb94c195d00446a
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.
win32utils/bind9.sln.in