mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(augeas)
This commit is contained in:
parent
94ad602535
commit
8568e956b5
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ build:
|
|||
gnu.org/patch: '*'
|
||||
linux:
|
||||
gnu.org/gcc: '*'
|
||||
|
||||
|
||||
script:
|
||||
- run: curl -L https://github.com/hercules-team/augeas/commit/7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch?full_index=1 | patch -p1
|
||||
if: <1.14.1
|
||||
|
@ -30,6 +30,7 @@ build:
|
|||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
CFLAGS: -Wno-implicit-function-declaration
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --disable-debug
|
||||
|
|
Loading…
Reference in a new issue