diff options
Diffstat (limited to 'dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4')
-rw-r--r-- | dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4 deleted file mode 100644 index 9e16849db50c..000000000000 --- a/dns/powerdns-recursor/files/patch-m4_pdns__check__libcrypto.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- m4/pdns_check_libcrypto.m4.orig 2023-09-13 09:07:48 UTC -+++ m4/pdns_check_libcrypto.m4 -@@ -75,8 +75,10 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ - for ssldir in $ssldirs; do - AC_MSG_CHECKING([for openssl/crypto.h in $ssldir]) - 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 - AC_MSG_RESULT([yes]) |