From b1aed107b6ecf5641d02d7956a1687c22864ad0f Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Sun, 23 Feb 2020 18:57:33 +0000 Subject: [PATCH] samba4: bring back the fix to build with parallel jobs Fixes #11417 The fix was implemented in commit 710700c and was later removed in commit c50c583. Signed-off-by: Daniel Bermond --- net/samba4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 8c8961cc4..078c286af 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -21,8 +21,8 @@ PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:samba:samba # samba4=(asn1_compile,compile_et) rpcsvc-proto=(rpcgen) -HOST_BUILD_DEPENDS:=python3/host perl/host -PKG_BUILD_DEPENDS:=samba4/host libtasn1/host rpcsvc-proto/host +HOST_BUILD_DEPENDS:=python3/host perl/host rpcsvc-proto/host +PKG_BUILD_DEPENDS:=samba4/host libtasn1/host PKG_CONFIG_DEPENDS:= \ CONFIG_SAMBA4_SERVER_NETBIOS \