Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 02:00:21 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95815: Update port: ftp/downloader
Message-ID:  <20060416020021.f838d18a.tkato432@yahoo.com>
Resent-Message-ID: <200604151710.k3FHAFp2064734@freefall.freebsd.org>

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

>Number:         95815
>Category:       ports
>Synopsis:       Update port: ftp/downloader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 17:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p15 i386
>Organization:
>Environment:
>Description:
- Fix OpenSSL support

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/downloader/Makefile ftp/downloader/Makefile
--- /usr/ports/ftp/downloader/Makefile	Sun Apr 16 00:48:29 2006
+++ ftp/downloader/Makefile	Sun Apr 16 00:48:56 2006
@@ -38,7 +38,7 @@
 CONFIGURE_ARGS+=	--disable-openssl
 .else
 USE_OPENSSL=	yes
-CONFIGURE_ENV+=	SSL_CFLAGS="${OPENSSL_CFLAGS}" SSL_LIBS="${OPENSSL_LDFLAGS}"
+CONFIGURE_ENV+=	SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="${OPENSSLLIB}"
 LDFLAGS+=	-lssl -lcrypto
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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