git: c83adb1fd7db - main - security/boringssl: fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 16:39:11 UTC
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