diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-09 11:55:21 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-09 12:07:55 +0300 |
commit | afd4899380eea1c70e2a68714b5da1c9919ccdbd (patch) | |
tree | cd5120708784139bc6a0f8881da1ed8389a065b3 /contrib/libs/pcre | |
parent | a83bd2dd3c21e38c6c0807ec5e679497ab567f24 (diff) | |
download | ydb-afd4899380eea1c70e2a68714b5da1c9919ccdbd.tar.gz |
Update contrib/libs/liburing to 2.6
3b51a9fb14de805208d11f1c077c78bb5d487e0f
Diffstat (limited to 'contrib/libs/pcre')
-rw-r--r-- | contrib/libs/pcre/pcre16/ya.make | 6 | ||||
-rw-r--r-- | contrib/libs/pcre/pcre32/ya.make | 6 | ||||
-rw-r--r-- | contrib/libs/pcre/pcre_config.h | 4 | ||||
-rw-r--r-- | contrib/libs/pcre/pcrecpp/ya.make | 6 | ||||
-rw-r--r-- | contrib/libs/pcre/ya.make | 6 |
5 files changed, 0 insertions, 28 deletions
diff --git a/contrib/libs/pcre/pcre16/ya.make b/contrib/libs/pcre/pcre16/ya.make index 3b8778291b..022b24ccaf 100644 --- a/contrib/libs/pcre/pcre16/ya.make +++ b/contrib/libs/pcre/pcre16/ya.make @@ -18,12 +18,6 @@ CFLAGS( -DHAVE_CONFIG_H ) -IF(PCRE_LINK_SIZE) - CFLAGS( - -DPCRE_LINK_SIZE=$PCRE_LINK_SIZE - ) -ENDIF() - SRCDIR(contrib/libs/pcre) SRCS( diff --git a/contrib/libs/pcre/pcre32/ya.make b/contrib/libs/pcre/pcre32/ya.make index 2a619a9d4c..718045f447 100644 --- a/contrib/libs/pcre/pcre32/ya.make +++ b/contrib/libs/pcre/pcre32/ya.make @@ -18,12 +18,6 @@ CFLAGS( -DHAVE_CONFIG_H ) -IF(PCRE_LINK_SIZE) - CFLAGS( - -DPCRE_LINK_SIZE=$PCRE_LINK_SIZE - ) -ENDIF() - SRCDIR(contrib/libs/pcre) SRCS( diff --git a/contrib/libs/pcre/pcre_config.h b/contrib/libs/pcre/pcre_config.h index 09b40b4cf8..7c3352964a 100644 --- a/contrib/libs/pcre/pcre_config.h +++ b/contrib/libs/pcre/pcre_config.h @@ -159,11 +159,7 @@ sure both macros are undefined; an emulation function will then be used. */ compiled patterns up to 64K long. This covers the vast majority of cases. However, PCRE can also be compiled to use 3 or 4 bytes instead. This allows for longer patterns in extreme cases. */ -#ifdef PCRE_LINK_SIZE -#define LINK_SIZE PCRE_LINK_SIZE -#else #define LINK_SIZE 2 -#endif /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" diff --git a/contrib/libs/pcre/pcrecpp/ya.make b/contrib/libs/pcre/pcrecpp/ya.make index 392a20c3ba..6bc75935f3 100644 --- a/contrib/libs/pcre/pcrecpp/ya.make +++ b/contrib/libs/pcre/pcrecpp/ya.make @@ -22,12 +22,6 @@ CFLAGS( -DHAVE_CONFIG_H ) -IF(PCRE_LINK_SIZE) - CFLAGS( - -DPCRE_LINK_SIZE=$PCRE_LINK_SIZE - ) -ENDIF() - SRCDIR(contrib/libs/pcre) SRCS( diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make index 6ce9c8264c..d3345c87a2 100644 --- a/contrib/libs/pcre/ya.make +++ b/contrib/libs/pcre/ya.make @@ -29,12 +29,6 @@ CFLAGS( -DHAVE_CONFIG_H ) -IF(PCRE_LINK_SIZE) - CFLAGS( - -DPCRE_LINK_SIZE=$PCRE_LINK_SIZE - ) -ENDIF() - # JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes) |