[Git][NTPsec/ntpsec][master] Fix typo in waf pkg-config check for libssl
Matt Selsky
gitlab at mg.gitlab.com
Thu Feb 7 17:02:45 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
b2291b01 by Matt Selsky at 2019-02-07T16:58:58Z
Fix typo in waf pkg-config check for libssl
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
@@ -597,7 +597,7 @@ int main(int argc, char **argv) {
# Check via pkg-config first, then fall back to a direct search
if not ctx.check_cfg(
package='libssl', uselib_store='SSL',
- args=['libcrypto', '--cflags', '--libs'],
+ args=['libssl', '--cflags', '--libs'],
msg="Checking for OpenSSL/libssl (via pkg-config)",
define_name='', mandatory=False,
):
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b2291b01876f85edb37b7eb83a1e2b712f51bdf6
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b2291b01876f85edb37b7eb83a1e2b712f51bdf6
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190207/53eaf0d9/attachment-0001.html>
More information about the vc
mailing list