Skip to content

Commit

Permalink
fix(libarchive)
Browse files Browse the repository at this point in the history
needed for mpv
  • Loading branch information
jhheider committed Apr 24, 2024
1 parent 5211b89 commit c3f3130
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions projects/libarchive.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit c3f3130

Please sign in to comment.