Skip to content

Fix to build correct bind-9.14 DLZ (required for AD Server to work)

Phillip Jaenke requested to merge (removed):patch-1 into master

The current samba-4.10 APK builds do not actually generate the correct (or valid) DLZ libraries for the accompanying bind-9.14 package. For DLZs to work they MUST be for the correct bind version. This adds bind-dev to the build dependencies and should fix it automagically, without adding a hard dependency on bind for non-AD folks.

Merge request reports