FreeBSD Bugzilla – Attachment 205257 Details for
Bug 238742
fix build of dns/powerdns on GCC-based systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new file dns/powerdns/files/patch-configure
patch-configure (text/plain), 751 bytes, created by
Mark Linimon
on 2019-06-21 11:29:54 UTC
(
hide
)
Description:
new file dns/powerdns/files/patch-configure
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-06-21 11:29:54 UTC
Size:
751 bytes
patch
obsolete
>--- configure.orig 2019-03-22 11:48:09 UTC >+++ configure >@@ -18170,8 +18170,10 @@ fi > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/crypto.h in $ssldir" >&5 > $as_echo_n "checking for openssl/crypto.h in $ssldir... " >&6; } > if test -f "$ssldir/include/openssl/crypto.h"; then >- LIBCRYPTO_INCLUDES="-I$ssldir/include" >- LIBCRYPTO_LDFLAGS="-L$ssldir/lib" >+ if test $ssldir != /usr; then >+ LIBCRYPTO_INCLUDES="-I$ssldir/include" >+ LIBCRYPTO_LDFLAGS="-L$ssldir/lib" >+ fi > LIBCRYPTO_LIBS="-lcrypto" > found=true > { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
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
Actions:
View
|
Diff
Attachments on
bug 238742
: 205257