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: '*'
|
gnu.org/patch: '*'
|
||||||
linux:
|
linux:
|
||||||
gnu.org/gcc: '*'
|
gnu.org/gcc: '*'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- run: curl -L https://github.com/hercules-team/augeas/commit/7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch?full_index=1 | patch -p1
|
- run: curl -L https://github.com/hercules-team/augeas/commit/7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch?full_index=1 | patch -p1
|
||||||
if: <1.14.1
|
if: <1.14.1
|
||||||
|
@ -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