Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 19:38:48 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423434 - head/security/openssl
Message-ID:  <201610061938.u96JcmrW038201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Oct  6 19:38:48 2016
New Revision: 423434
URL: https://svnweb.freebsd.org/changeset/ports/423434

Log:
  security/openssl: Fix ldconfig issue
  
    - OPT_USE= feature does not behave as expected
  
  Reported by:	dinoex
  Differential Revision:	D8166

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Thu Oct  6 19:35:40 2016	(r423433)
+++ head/security/openssl/Makefile	Thu Oct  6 19:38:48 2016	(r423434)
@@ -88,7 +88,7 @@ SCTP_CONFIGURE_OFF=	no-sctp
 SHARED_CONFIGURE_ON=	shared
 SHARED_MAKE_ENV=	SHLIBVER=${OPENSSL_SHLIBVER}
 SHARED_PLIST_SUB=	SHLIBVER=${OPENSSL_SHLIBVER}
-SHARED_USE=		ldconfig
+SHARED_USE=		ldconfig=yes
 SSE2_CONFIGURE_OFF=	no-sse2
 SSL2_CONFIGURE_ON=	enable-ssl2
 SSL2_CONFIGURE_OFF=	no-ssl2



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