summaryrefslogtreecommitdiff
path: root/net/samba41/files/patch-nsswitch__wscript_build
blob: 8efdb86d3a26dc27d2d27754d082479cad061595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- nsswitch/wscript_build.orig	2015-01-15 23:07:01.654902807 +0000
+++ nsswitch/wscript_build	2015-01-15 23:11:43.587388779 +0000
@@ -57,6 +57,12 @@
 			  realname='nss_winbind.so.1',
 			  vnum='1')
 
+	bld.SAMBA3_LIBRARY('nss_wins',
+			  source='wins.c wins_freebsd.c',
+			  deps='''param libsmb LIBTSOCKET''',
+			  realname='nss_wins.so.1',
+			  vnum='1')
+
 elif (host_os.rfind('netbsd') > -1):
 	# NetBSD winbind client is implemented as a wrapper
 	# around the Linux version. It needs getpwent_r() to