We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211b89 commit c3f3130Copy full SHA for c3f3130
1 file changed
projects/libarchive.org/package.yml
@@ -16,10 +16,14 @@ dependencies:
16
zlib.net: 1
17
18
build:
19
- script: |
20
- ./configure $ARGS
21
- make --jobs {{ hw.concurrency }}
22
- make install
+ script:
+ - ./configure $ARGS
+ - make --jobs {{ hw.concurrency }}
+ - 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'
27
env:
28
ARGS:
29
- --prefix={{prefix}}
0 commit comments