svn commit: r425235 - in head/security: . bearssl

Mathieu Arnold mat at FreeBSD.org
Thu Nov 3 22:11:33 UTC 2016


Le 03/11/2016 à 16:55, Mark Felder a écrit :
> +	(cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include/)

The \* should be replaced by .

> +	${INSTALL_LIB} ${WRKSRC}/libbearssl.a ${STAGEDIR}${LOCALBASE}/lib/

Never use INSTALL_LIB to install static .a files, INSTALL_LIB is only
for dynamic .so libraries. Use INSTALL_DATA in this case.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161103/1bb6f65d/attachment.sig>


More information about the svn-ports-all mailing list