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

Mark Felder feld at FreeBSD.org
Fri Nov 4 13:28:11 UTC 2016



On Thu, Nov 3, 2016, at 17:11, Mathieu Arnold wrote:
> 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.
> 
> 

Thanks for teaching me something new. :-)


-- 
  Mark Felder
  ports-secteam member
  feld at FreeBSD.org


More information about the svn-ports-all mailing list