mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libarchive)
needed for mpv
This commit is contained in:
parent
5211b89d5d
commit
c3f3130c2b
1 changed files with 8 additions and 4 deletions
|
@ -16,10 +16,14 @@ dependencies:
|
||||||
zlib.net: 1
|
zlib.net: 1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script:
|
||||||
./configure $ARGS
|
- ./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }}
|
- make --jobs {{ hw.concurrency }}
|
||||||
make install
|
- make install
|
||||||
|
|
||||||
|
# https://github.com/libarchive/libarchive/issues/1819
|
||||||
|
- run: 'sed -i ''/Requires\.private: iconv/d'' libarchive.pc'
|
||||||
|
working-directory: '{{prefix}}/lib/pkgconfig'
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue