Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 11:21:58 +0600 (YEKST)
From:      serg@dor.zaural.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20694: vtun package broken in 3.X-branch
Message-ID:  <200008180521.LAA22963@dor.zaural.ru>

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

>Number:         20694
>Category:       ports
>Synopsis:       vtun packege broken in 3.X-branch
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 22:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sergey N. Voronkov
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
Kurgan Branch of JSB Dorojnik
>Environment:

	FreeBSD 3.5-STABLE with current ports tree

>Description:

	Ivalid optional arguments for configure. Port doesn't build
	when we haven't OpenSSL in the base system.

>How-To-Repeat:

	Try to build vtun on 3.5-STABLE.

>Fix:
	
--- Makefile.old	Fri Aug 18 11:14:14 2000
+++ Makefile	Fri Aug 18 11:14:14 2000
@@ -22,8 +22,8 @@
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--localstatedir=/var \
-		--with-crypto-headers=${LOCALBASE}/include/openssl \
-		--with-crypto-lib=${LOCALBASE}/lib \
+		--with-ssl-headers=${LOCALBASE}/include/openssl \
+		--with-ssl-lib=${LOCALBASE}/lib \
 		--with-lzo-headers=${LOCALBASE}/include \
 		--with-lzo-lib=${LOCALBASE}/lib
 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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