svn commit: r534782 - head/net/ntopng/files

Guido Falsi madpilot at FreeBSD.org
Sat May 9 15:44:00 UTC 2020


Author: madpilot
Date: Sat May  9 15:44:00 2020
New Revision: 534782
URL: https://svnweb.freebsd.org/changeset/ports/534782

Log:
  Fix build with openssl on 12.1-STABLE.
  
  PR:		246289
  Submitted by:	yds at Necessitu.de
  MFH:		2020Q2

Modified:
  head/net/ntopng/files/patch-configure.seed

Modified: head/net/ntopng/files/patch-configure.seed
==============================================================================
--- head/net/ntopng/files/patch-configure.seed	Sat May  9 15:37:43 2020	(r534781)
+++ head/net/ntopng/files/patch-configure.seed	Sat May  9 15:44:00 2020	(r534782)
@@ -43,7 +43,7 @@
 +  elif 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-head mailing list