svn commit: r534855 - branches/2020Q2/net/ntopng/files

Guido Falsi madpilot at FreeBSD.org
Sun May 10 16:49:37 UTC 2020


Author: madpilot
Date: Sun May 10 16:49:36 2020
New Revision: 534855
URL: https://svnweb.freebsd.org/changeset/ports/534855

Log:
  MFH: r534782
  
  Fix build with openssl on 12.1-STABLE.
  
  PR:		246289
  Submitted by:	yds at Necessitu.de
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/net/ntopng/files/patch-configure.seed
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/ntopng/files/patch-configure.seed
==============================================================================
--- branches/2020Q2/net/ntopng/files/patch-configure.seed	Sun May 10 16:43:59 2020	(r534854)
+++ branches/2020Q2/net/ntopng/files/patch-configure.seed	Sun May 10 16:49:36 2020	(r534855)
@@ -54,7 +54,7 @@
 +  if test -f "/usr/lib/libssl.so"; then
 +    AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
 +    SSL_INC="-I/usr/include"
-+    SSL_LIB="-L/usr/lib -lssl"
++    SSL_LIB="-L/usr/lib -lssl -lcrypto"
 +  else
 +    echo "Please install openssl-dev(el) package prerequisite"
 +    exit -1


More information about the svn-ports-all mailing list