Date: Wed, 7 Feb 2024 16:39:11 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c83adb1fd7db - main - security/boringssl: fix build on i386 Message-ID: <202402071639.417GdBaG004593@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=c83adb1fd7db642c64f5979be8ebef38e74002eb commit c83adb1fd7db642c64f5979be8ebef38e74002eb Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-02-07 16:34:54 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-02-07 16:34:54 +0000 security/boringssl: fix build on i386 --- security/boringssl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index ef002c969743..7906edcab161 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -31,6 +31,7 @@ GH_ACCOUNT= google GH_TAGNAME= 79123ca CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 +CFLAGS_i386= -msse2 USE_LDCONFIG= yes LDFLAGS+= -Wl,-rpath,${LOCALBASE}/lib TEST_TARGET= run_tests
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402071639.417GdBaG004593>