mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25: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/automake: 1
|
||||||
gnu.org/autoconf: 2
|
gnu.org/autoconf: 2
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script:
|
||||||
./autogen.sh
|
- ./autogen.sh
|
||||||
./configure $ARGS
|
- ./configure $ARGS
|
||||||
make V=1 --jobs {{ hw.concurrency }}
|
- make V=1 --jobs {{ hw.concurrency }}
|
||||||
make install
|
- 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:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --disable-debug-mode
|
- --disable-debug-mode
|
||||||
|
|
Loading…
Reference in a new issue