Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 17:53:29 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103644 for review
Message-ID:  <200608111753.k7BHrT7D001477@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103644

Change 103644 by gabor@gabor_spitfire on 2006/08/11 17:52:43

	Fix OPENSSLRPATH.  It is used at runtime, not install-time.
	
	Submitted by:	John E. Hein <jhein at timing dot com>

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.openssl.mk#5 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.openssl.mk#5 (text+ko) ====

@@ -98,7 +98,7 @@
 .endif
 MAKE_ARGS+=		OPENSSL_CFLAGS="${OPENSSL_CFLAGS}"
 .endif
-OPENSSLRPATH=		${DESTDIR}/usr/lib:${LOCALBASE}/lib
+OPENSSLRPATH=		/usr/lib:${LOCALBASE_REL}/lib
 
 .else
 



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