mirror of
https://github.com/samba-team/samba.git
synced 2025-06-07 03:17:08 +03:00
and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares. (This used to be commit 0f835b52f8be800b7316042cdef8a985aeebaf92)
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
|
|
./configure
|