diff options
Diffstat (limited to 'package/polarssl/polarssl-shared-and-static-library.patch')
-rw-r--r-- | package/polarssl/polarssl-shared-and-static-library.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/polarssl/polarssl-shared-and-static-library.patch b/package/polarssl/polarssl-shared-and-static-library.patch index 3ad3334c4..562b9005a 100644 --- a/package/polarssl/polarssl-shared-and-static-library.patch +++ b/package/polarssl/polarssl-shared-and-static-library.patch @@ -33,7 +33,7 @@ Index: polarssl-1.1.1/library/CMakeLists.txt +if(USE_SHARED_POLARSSL_LIBRARY) add_library(polarssl SHARED ${src}) - set_target_properties(polarssl PROPERTIES VERSION 1.1.1 SOVERSION 1) + set_target_properties(polarssl PROPERTIES VERSION 1.1.3 SOVERSION 1) +set_target_properties(polarssl PROPERTIES OUTPUT_NAME polarssl) + +endif(USE_SHARED_POLARSSL_LIBRARY) |