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