diff options
| author | mikhnenko <[email protected]> | 2025-02-11 08:13:02 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2025-02-11 08:31:56 +0300 |
| commit | edf9ec11579f631350f12b14fd78ad77d966c2bc (patch) | |
| tree | 81e639c779017a70ffca8d5578c3d20db2069ec7 /contrib | |
| parent | 098dbd39a7651dcc945ab33e751fdf93cc87c914 (diff) | |
Disable symbols redefining for MAPSMOBI_BUILD_TARGET
commit_hash:9424e37bc99e6d61ff8496bf319539c6f1786669
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/libs/openssl/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/openssl/ya.make b/contrib/libs/openssl/ya.make index 7a7a8674dc4..7d8ecf86fb5 100644 --- a/contrib/libs/openssl/ya.make +++ b/contrib/libs/openssl/ya.make @@ -52,6 +52,10 @@ IF (EXPORT_CMAKE) CFLAGS(GLOBAL -DOPENSSL_DONT_ADD_VERSION_PREFIX) ENDIF() +IF (MAPSMOBI_BUILD_TARGET) + CFLAGS(GLOBAL -DOPENSSL_DONT_ADD_VERSION_PREFIX) +ENDIF() + IF (NOT EXPORT_CMAKE OR NOT OPENSOURCE_REPLACE_OPENSSL) IF (OS_LINUX) |
