FreeBSD Bugzilla – Attachment 245318 Details for
Bug 274013
security/tpm2-tools: 5.5 version fails to build if devel/openssl is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix lib path used for crypto checks during configure
pr-tpm2-tools-fix-wrong-openssl-lib (text/plain), 954 bytes, created by
John Hein
on 2023-09-29 06:10:07 UTC
(
hide
)
Description:
[patch] fix lib path used for crypto checks during configure
Filename:
MIME Type:
Creator:
John Hein
Created:
2023-09-29 06:10:07 UTC
Size:
954 bytes
patch
obsolete
>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274013 > >Make sure configure check uses the right libcrypto > >diff --git a/security/tpm2-tools/files/patch-configure b/security/tpm2-tools/files/patch-configure >new file mode 100644 >index 000000000000..32381edd529c >--- /dev/null >+++ b/security/tpm2-tools/files/patch-configure >@@ -0,0 +1,20 @@ >+--- configure.orig 2023-02-13 15:09:39 UTC >++++ configure >+@@ -14030,7 +14030,7 @@ if ${ac_cv_lib_crypto_EVP_sm3+:} false; then : >+ $as_echo_n "(cached) " >&6 >+ else >+ ac_check_lib_save_LIBS=$LIBS >+-LIBS="-lcrypto $LIBS" >++LIBS="${CRYPTO_LIBS} $LIBS" >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+ >+@@ -14073,7 +14073,7 @@ if ${ac_cv_lib_crypto_EVP_sm4_cfb128+:} false; then : >+ $as_echo_n "(cached) " >&6 >+ else >+ ac_check_lib_save_LIBS=$LIBS >+-LIBS="-lcrypto $LIBS" >++LIBS="${CRYPTO_LIBS} $LIBS" >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jcfyecrayz
:
maintainer-approval?
(
lwhsu
)
Actions:
View
|
Diff
Attachments on
bug 274013
: 245318