mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(augeas)
This commit is contained in:
parent
94ad602535
commit
8568e956b5
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ build:
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
|
CFLAGS: -Wno-implicit-function-declaration
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
- --disable-debug
|
- --disable-debug
|
||||||
|
|
Loading…
Reference in a new issue