From ac8d8e2e0a6ffd6960706b8ac3bb3c221304700b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 5 May 2020 11:22:37 +0000 Subject: main/bind: fix build add the dependencies of subpackages to makedepends so those gets built before bind. fixes #11462 --- main/bind/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main') diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 2260630509..ebb1da2b8f 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -40,6 +40,7 @@ makedepends=" protobuf-c-dev $_py3deps python3-dev + $depends_root_keys " install="$pkgname.pre-install $pkgname.post-install" subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-openrc -- cgit v1.2.3