Date: Tue, 2 Feb 1999 22:46:45 -0800 (PST) From: martti.kuparinen@ericsson.com To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/9890: Fix for broken ports/security/stunnel Message-ID: <199902030646.WAA07242@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 9890 >Category: ports >Synopsis: Fix for broken ports/security/stunnel >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.0-STABLE >Organization: Oy L M Ericsson Ab >Environment: FreeBSD ws78 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 2 12:25:37 EET 1999 root@ws78:/usr/src/sys/compile/WS78 i386 >Description: The security/stunnel port won't compile on 3.0-STABLE. The current patch-aa file insists on using the "-lRSAglue -lrsaref" flags while these libs may not to exist. Can someone verify this fix with a "USA_RESIDENT=YES" compiled SSLeay installation. >How-To-Repeat: >Fix: Apply the following patch while in ports/security/stunnel: *** patches/patch-aa.orig Wed Feb 3 08:12:09 1999 --- patches/patch-aa Wed Feb 3 08:32:31 1999 *************** *** 14,20 **** -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto -lRSAglue -lrsaref + +all: stunnel --- 14,20 ---- -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto + +all: stunnel >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?199902030646.WAA07242>