aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2025-02-11 08:13:02 +0300
committermikhnenko <mikhnenko@yandex-team.com>2025-02-11 08:31:56 +0300
commitedf9ec11579f631350f12b14fd78ad77d966c2bc (patch)
tree81e639c779017a70ffca8d5578c3d20db2069ec7 /contrib
parent098dbd39a7651dcc945ab33e751fdf93cc87c914 (diff)
downloadydb-edf9ec11579f631350f12b14fd78ad77d966c2bc.tar.gz
Disable symbols redefining for MAPSMOBI_BUILD_TARGET
commit_hash:9424e37bc99e6d61ff8496bf319539c6f1786669
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/openssl/ya.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/openssl/ya.make b/contrib/libs/openssl/ya.make
index 7a7a8674dc..7d8ecf86fb 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)