mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
fix(libevent)
paths in .pc files
This commit is contained in:
parent
dc4060218a
commit
03399e8af7
|
@ -17,11 +17,13 @@ build:
|
|||
gnu.org/automake: 1
|
||||
gnu.org/autoconf: 2
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
./autogen.sh
|
||||
./configure $ARGS
|
||||
make V=1 --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure $ARGS
|
||||
- make V=1 --jobs {{ hw.concurrency }}
|
||||
- make install
|
||||
- run: sed -i -e 's|{{deps.openssl.org.prefix}}|\${pcfiledir}/../../../../openssl.org/v{{deps.openssl.org.version.major}}|g' *.pc
|
||||
working-directory: '{{prefix}}/lib/pkgconfig'
|
||||
env:
|
||||
ARGS:
|
||||
- --disable-debug-mode
|
||||
|
|
Loading…
Reference in a new issue