mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
Still experimental and version 4.7.4 is coming shortly, so test before putting into production. Happy birthday release. Sponsored by: iXsystems Inc.
17 lines
545 B
Text
17 lines
545 B
Text
--- nsswitch/wscript_build.orig 2017-07-04 10:05:25 UTC
|
|
+++ nsswitch/wscript_build
|
|
@@ -54,12 +54,14 @@ elif (host_os.rfind('freebsd') > -1):
|
|
source='winbind_nss_linux.c winbind_nss_freebsd.c',
|
|
deps='winbind-client',
|
|
realname='nss_winbind.so.1',
|
|
+ install_path='${PAMMODULESDIR}',
|
|
vnum='1')
|
|
|
|
bld.SAMBA3_LIBRARY('nss_wins',
|
|
source='wins.c wins_freebsd.c',
|
|
deps='''wbclient''',
|
|
realname='nss_wins.so.1',
|
|
+ install_path='${PAMMODULESDIR}',
|
|
vnum='1')
|
|
|
|
elif (host_os.rfind('netbsd') > -1):
|