mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5bb410f853
This imports nss_wrapper version 1.0.2. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
`dirname $0`/configure -C \
|
|
--enable-developer \
|
|
--enable-socket-wrapper \
|
|
"$@"
|