mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:23:31 +03:00
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
This commit is contained in:
parent
76bed59ec3
commit
1e5e93d899
2 changed files with 16 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue