Date: Mon, 18 Feb 2019 01:33:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493232 - head/security/bearssl Message-ID: <201902180133.x1I1XvlZ024302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Feb 18 01:33:57 2019 New Revision: 493232 URL: https://svnweb.freebsd.org/changeset/ports/493232 Log: This port doesn't build for submitter with threaded make (on powerpc64). Add MAKE_JOBS_UNSAFE=yes to fix build. While here, pet portlint. PR: 235528 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/security/bearssl/Makefile Modified: head/security/bearssl/Makefile ============================================================================== --- head/security/bearssl/Makefile Mon Feb 18 01:32:39 2019 (r493231) +++ head/security/bearssl/Makefile Mon Feb 18 01:33:57 2019 (r493232) @@ -10,10 +10,12 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Implementation of TLS/SSL in C LICENSE= MIT + LIBBEARSSL= libbearssl.so.0 MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -fPIC" LDDLL="${CC}" LDDLLFLAGS="-shared -Wl,-soname=${LIBBEARSSL}" \ BEARSSLDLL=${LIBBEARSSL} +MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${PREFIX}/bin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902180133.x1I1XvlZ024302>