1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

'export BEANS=ham' is a bash-ism. For those who don't have a symbolic

link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 21c92d2497
commit 569aca445a

View File

@ -1,3 +1,3 @@
#!/bin/sh
export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
./configure