aboutsummaryrefslogtreecommitdiff
path: root/net/samba411/files/patch-source3_wscript__build
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba411/files/patch-source3_wscript__build')
-rw-r--r--net/samba411/files/patch-source3_wscript__build50
1 files changed, 0 insertions, 50 deletions
diff --git a/net/samba411/files/patch-source3_wscript__build b/net/samba411/files/patch-source3_wscript__build
deleted file mode 100644
index 0f021d899ccb..000000000000
--- a/net/samba411/files/patch-source3_wscript__build
+++ /dev/null
@@ -1,50 +0,0 @@
---- source3/wscript_build.orig 2019-05-07 08:38:21 UTC
-+++ source3/wscript_build
-@@ -236,11 +236,9 @@ bld.SAMBA3_SUBSYSTEM('SMBREGISTRY',
- talloc
- replace
- util_reg
-- samba-util
-- samba-security
- errors3
- dbwrap
-- samba3-util
-+ samba3util
- ''')
-
- # Do not link against this use 'smbconf'
-@@ -514,7 +512,7 @@ bld.SAMBA3_LIBRARY('secrets3',
-
- bld.SAMBA3_LIBRARY('smbldap',
- source='lib/smbldap.c',
-- deps='ldap lber samba-util smbconf',
-+ deps='ldap lber samba3util smbd_shim samba-debug smbconf',
- enabled=bld.CONFIG_SET("HAVE_LDAP"),
- private_library=False,
- abi_directory='lib/ABI',
-@@ -739,6 +737,7 @@ bld.SAMBA3_LIBRARY('smbd_base',
- smbd_conn
- param_service
- AVAHI
-+ dns_sd
- PRINTBASE
- PROFILE
- LOCKING
-@@ -1116,6 +1115,7 @@ bld.SAMBA3_BINARY('client/smbclient',
- msrpc3
- RPC_NDR_SRVSVC
- cli_smb_common
-+ dns_sd
- archive
- ''')
-
-@@ -1284,8 +1284,7 @@ bld.SAMBA3_BINARY('vfstest',
- popt_samba3
- smbconf
- SMBREADLINE
-- ''',
-- install=False)
-+ ''')
-
- bld.SAMBA3_BINARY('versiontest',
- source='lib/version_test.c',