mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
18c5559f1c
commit
3bbb8dc4e0
|
@ -22,8 +22,10 @@ build:
|
|||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
CFLAGS:
|
||||
# causes bash to source ~/.bashrc when instantiated
|
||||
# non-interactively from sshd. macOS’s bash does this so users expect it.
|
||||
CFLAGS: $CFLAGS -DSSH_SOURCE_BASHRC
|
||||
- -DSSH_SOURCE_BASHRC
|
||||
- -Wno-implicit-function-declaration
|
||||
|
||||
test: bash -c "set -o pipefail"
|
||||
|
|
Loading…
Reference in a new issue