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 }}
|
./configure --prefix={{ prefix }}
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
# causes bash to source ~/.bashrc when instantiated
|
CFLAGS:
|
||||||
# non-interactively from sshd. macOS’s bash does this so users expect it.
|
# causes bash to source ~/.bashrc when instantiated
|
||||||
CFLAGS: $CFLAGS -DSSH_SOURCE_BASHRC
|
# non-interactively from sshd. macOS’s bash does this so users expect it.
|
||||||
|
- -DSSH_SOURCE_BASHRC
|
||||||
|
- -Wno-implicit-function-declaration
|
||||||
|
|
||||||
test: bash -c "set -o pipefail"
|
test: bash -c "set -o pipefail"
|
||||||
|
|
Loading…
Reference in a new issue