Skip to content

Commit c3f3130

Browse files
committed
fix(libarchive)
needed for mpv
1 parent 5211b89 commit c3f3130

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

projects/libarchive.org/package.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ dependencies:
1616
zlib.net: 1
1717

1818
build:
19-
script: |
20-
./configure $ARGS
21-
make --jobs {{ hw.concurrency }}
22-
make install
19+
script:
20+
- ./configure $ARGS
21+
- make --jobs {{ hw.concurrency }}
22+
- make install
23+
24+
# https://github.com/libarchive/libarchive/issues/1819
25+
- run: 'sed -i ''/Requires\.private: iconv/d'' libarchive.pc'
26+
working-directory: '{{prefix}}/lib/pkgconfig'
2327
env:
2428
ARGS:
2529
- --prefix={{prefix}}

0 commit comments

Comments
 (0)