Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 16:49:36 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r534855 - branches/2020Q2/net/ntopng/files
Message-ID:  <202005101649.04AGna8i072177@repo.freebsd.org>

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



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