Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 15:44:00 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534782 - head/net/ntopng/files
Message-ID:  <202005091544.049Fi0XX045061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005091544.049Fi0XX045061>