mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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:
parent
21c92d2497
commit
569aca445a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user