Skip to content

Commit

Permalink
security/boringssl: set SONAME for the library
Browse files Browse the repository at this point in the history
Bump PORTREVISION.

Found by:	 pluknet
  • Loading branch information
osokin committed Jan 8, 2022
1 parent fdd0cee commit 4496608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/boringssl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= boringssl
PORTVERSION= 0.0.0.0.2022.01.05.01
PORTREVISION= 1
CATEGORIES= security

MAINTAINER= osa@FreeBSD.org
Expand Down
10 changes: 10 additions & 0 deletions security/boringssl/files/patch-crypto_CMakeLists.txt
@@ -0,0 +1,10 @@
--- crypto/CMakeLists.txt.orig 2022-01-08 15:58:38.096291000 -0500
+++ crypto/CMakeLists.txt 2022-01-08 15:28:07.210470000 -0500
@@ -462,6 +462,7 @@
endif()

SET_TARGET_PROPERTIES(crypto PROPERTIES LINKER_LANGUAGE C)
+SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1)

if(NOT WIN32 AND NOT ANDROID)
target_link_libraries(crypto pthread)

0 comments on commit 4496608

Please sign in to comment.