mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Prepared for version 1.3.6
This commit is contained in:
@ -108,7 +108,7 @@ endif()
|
||||
|
||||
if(USE_SHARED_POLARSSL_LIBRARY)
|
||||
add_library(polarssl SHARED ${src})
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.5 SOVERSION 5)
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.6 SOVERSION 6)
|
||||
|
||||
target_link_libraries(polarssl ${libs})
|
||||
|
||||
|
@ -22,9 +22,9 @@ ifdef SHARED
|
||||
CFLAGS += -fPIC
|
||||
endif
|
||||
|
||||
SONAME=libpolarssl.so.5
|
||||
SONAME=libpolarssl.so.6
|
||||
|
||||
DLEXT=so.5
|
||||
DLEXT=so.6
|
||||
# OSX shared library extension:
|
||||
# DLEXT=dylib
|
||||
|
||||
|
Reference in New Issue
Block a user