Browse Source

Merge pull request #11419 from dbermond/samba4-multijob-fix

samba4: bring back the fix to build with parallel jobs
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
67205b87e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/samba4/Makefile

+ 2
- 2
net/samba4/Makefile View File

@ -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 \


Loading…
Cancel
Save