mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
clean.la(libarchive)
This commit is contained in:
parent
dcbe270951
commit
4ad2a8e05e
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ build:
|
||||||
# https://github.com/libarchive/libarchive/issues/1819
|
# https://github.com/libarchive/libarchive/issues/1819
|
||||||
- run: 'sed -i ''/Requires\.private: iconv/d'' libarchive.pc'
|
- run: 'sed -i ''/Requires\.private: iconv/d'' libarchive.pc'
|
||||||
working-directory: '{{prefix}}/lib/pkgconfig'
|
working-directory: '{{prefix}}/lib/pkgconfig'
|
||||||
|
|
||||||
|
- run: find . -name \*.la -exec rm {} \;
|
||||||
|
working-directory: '{{prefix}}/lib'
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue