aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornadya73 <nadya73@yandex-team.com>2024-03-29 13:19:02 +0300
committernadya73 <nadya73@yandex-team.com>2024-03-29 13:31:40 +0300
commit9334caaba1f032fa294d74e7a74157e3fb263a3e (patch)
tree13d034b56e10528fef51f29aa4ad72ce52bac76c
parentfc60ad4617c65c498e961ed7841882f67956c256 (diff)
downloadydb-9334caaba1f032fa294d74e7a74157e3fb263a3e.tar.gz
YT-19191: Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR in build configs
Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR 37eff4e1f8d8316d90e9d97fd69353bd1476a41f
-rw-r--r--build/conf/opensource_export.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/opensource_export.conf b/build/conf/opensource_export.conf
index 1712095921..3437b7efd8 100644
--- a/build/conf/opensource_export.conf
+++ b/build/conf/opensource_export.conf
@@ -11,7 +11,7 @@ when ($OPENSOURCE_PROJECT) {
USE_INTERNAL_STL=no
OS_SDK=ubuntu-20
TSTRING_IS_STD_STRING=yes
- _SEM_EXTRA_CXX_FLAGS=-DNO_CUSTOM_CHAR_PTR_COMPARISION
+ _SEM_EXTRA_CXX_FLAGS=-DNO_CUSTOM_CHAR_PTR_STD_COMPARATOR
OPENSOURCE_REPLACE_PROTOBUF="3.19.1"
OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9"
# OPENSOURCE_REPLACE_OPENSSL="[>=3.2.0]"