fix(libevent)

paths in .pc files
This commit is contained in:
Jacob Heider 2023-12-22 16:18:35 -05:00
parent dc4060218a
commit 03399e8af7
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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