summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-26 21:51:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-26 23:46:30 +0200
commit1e5e93d899eece446afbf2c40adbdbc86f0e9550 (patch)
tree63018fddddc60336856ec0f93d83ced8a5461c9b /zuul.d
parent76bed59ec3577ee40e568a30a053903cce05e7df (diff)
downloadcurl-1e5e93d899eece446afbf2c40adbdbc86f0e9550.tar.gz
curl-openssl.m4: check lib64 for the pkg-config file
OpenSSL recently started putting the libs in $prefix/lib64 on 'make install', so we check that directory for pkg-config data if the 'lib' check fails. Closes #7503
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 61cc03c84..1528e4319 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -242,7 +242,7 @@
OPENSSL3: "yes"
C: >-
--with-openssl={{ ansible_user_dir }}/openssl3
- LD_LIBRARY_PATH: "{{ ansible_user_dir }}/openssl3/lib:/usr/local/lib"
+ LD_LIBRARY_PATH: "{{ ansible_user_dir }}/openssl3/lib64:/usr/local/lib"
TFLAGS: https ftps
- job: