mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/aws-lc: Build shared libraries
- Bump PORTREVISION for package change
This commit is contained in:
parent
0eea5e3f03
commit
d14c3a8ee6
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= aws-lc
|
||||
PORTVERSION= 1.36.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -21,6 +22,7 @@ CMAKE_OFF= BUILD_TESTING \
|
|||
MY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX \
|
||||
MY_ASSEMBLER_IS_TOO_OLD_FOR_AVX
|
||||
CMAKE_ON= BUILD_LIBSSL \
|
||||
BUILD_SHARED_LIBS \
|
||||
BUILD_TOOL \
|
||||
DISABLE_GO \
|
||||
DISABLE_PERL
|
||||
|
|
|
@ -92,13 +92,13 @@ include/openssl/x509_vfy.h
|
|||
include/openssl/x509v3.h
|
||||
include/openssl/x509v3_errors.h
|
||||
lib/crypto/cmake/crypto-config.cmake
|
||||
lib/crypto/cmake/static/crypto-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/crypto/cmake/static/crypto-targets.cmake
|
||||
lib/libcrypto.a
|
||||
lib/libssl.a
|
||||
lib/crypto/cmake/shared/crypto-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/crypto/cmake/shared/crypto-targets.cmake
|
||||
lib/libcrypto.so
|
||||
lib/libssl.so
|
||||
lib/ssl/cmake/shared/ssl-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/ssl/cmake/shared/ssl-targets.cmake
|
||||
lib/ssl/cmake/ssl-config.cmake
|
||||
lib/ssl/cmake/static/ssl-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/ssl/cmake/static/ssl-targets.cmake
|
||||
libdata/pkgconfig/libcrypto.pc
|
||||
libdata/pkgconfig/libssl.pc
|
||||
libdata/pkgconfig/openssl.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue