mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8976e26d46
to using internal msrpc code in smbd.
4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
|
|
./configure
|