From 0fe110a402e8ebb88e1daaa81d382606f68a3642 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 24 Aug 2019 14:35:39 +0200 Subject: [PATCH] .cirrus.yml: install pkgconf That will add the pkg-config on FreeBSD --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d4bb0b8..47b69c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ FreeBSD_task: PATH: ${PREFIX}/bin:${PATH} OPENSSL_BRANCH: master script: - - pkg install git cmake p5-App-cpanminus gdb + - pkg install git cmake p5-App-cpanminus gdb pkgconf - sudo cpanm --notest Test2::V0 - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git - cd openssl -- 2.39.2