diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-03-16 23:48:55 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-03-16 23:57:58 +0300 |
commit | b174873afe215049d636a7d94b501b445ffabea4 (patch) | |
tree | 94036e42c2f18df4088a9f0abd78ef8a541f5dd4 | |
parent | 19143bd3e97f0b3d8229dd8e5a7ac869421f10e3 (diff) | |
download | ydb-b174873afe215049d636a7d94b501b445ffabea4.tar.gz |
Canonize contrib/libs/apache/orc import routine
b06d764730bcd20cac4b34f56a41df3ce03f7872
-rw-r--r-- | contrib/libs/apache/orc/c++/src/Adaptor.hh | 2 | ||||
-rw-r--r-- | contrib/libs/apache/orc/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/apache/orc/c++/src/Adaptor.hh b/contrib/libs/apache/orc/c++/src/Adaptor.hh index 1b13ec0ca6..a91b9c894d 100644 --- a/contrib/libs/apache/orc/c++/src/Adaptor.hh +++ b/contrib/libs/apache/orc/c++/src/Adaptor.hh @@ -30,7 +30,7 @@ #define HAS_DOUBLE_TO_STRING #define HAS_INT64_TO_STRING #define HAS_PRE_1970 -/* #undef HAS_POST_2038 */ +#define HAS_POST_2038 #define HAS_STD_ISNAN #define HAS_STD_MUTEX #ifndef _MSC_VER diff --git a/contrib/libs/apache/orc/ya.make b/contrib/libs/apache/orc/ya.make index 54933bd710..be3b4d5a01 100644 --- a/contrib/libs/apache/orc/ya.make +++ b/contrib/libs/apache/orc/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs e392df43c9f302d4a0892caaadcad3cd693edf9e. +# Generated by devtools/yamaker from nixpkgs 22.11. LIBRARY() |