Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2005 14:53:28 GMT
From:      Artis Caune <Artis.Caune@latnet.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89370: OpenSSL patch
Message-ID:  <200511211453.jALErSvi010895@www.freebsd.org>
Resent-Message-ID: <200511211500.jALF0VIV029111@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89370
>Category:       ports
>Synopsis:       OpenSSL patch
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 15:00:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        6.0
>Organization:
>Environment:
>Description:
              lighttpd can't find OpenSSL when base system is build with NO_OPENSSL specified.
WITH_OPENSSL_PORT=yes in make.conf don't help.
>How-To-Repeat:
              
>Fix:
              
*** Makefile.origSat Nov 19 19:59:45 2005
--- MakefileSat Nov 19 20:36:32 2005
***************
*** 37,42 ****
--- 37,44 ----
  .if !defined(WITHOUT_OPENSSL)
  .include "${PORTSDIR}/Mk/bsd.openssl.mk"
  CONFIGURE_ARGS+=--with-openssl
+ CONFIGURE_ARGS+=--with-openssl-includes=${OPENSSLINC}
+ CONFIGURE_ARGS+=--with-openssl-libs=${OPENSSLLIB}
  .endif
  
  .if defined(WITH_OPENLDAP)
>Release-Note:
>Audit-Trail:
>Unformatted:



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