diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-11-08 15:23:04 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-11-08 15:27:18 +0000 |
| commit | 228c92021dafa1e76f7d39ecf1af5a0f843940d0 (patch) | |
| tree | 642cd49522c747a6565000566bc4d45c8fa1fbb5 /contrib/depends/patches/unbound/disable-glibc-reallocarray.patch | |
| parent | cb6dcd0ca499bfbd5e8c167dfbdff84b444d181c (diff) | |
migrate build system
Diffstat (limited to 'contrib/depends/patches/unbound/disable-glibc-reallocarray.patch')
| -rw-r--r-- | contrib/depends/patches/unbound/disable-glibc-reallocarray.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/depends/patches/unbound/disable-glibc-reallocarray.patch b/contrib/depends/patches/unbound/disable-glibc-reallocarray.patch new file mode 100644 index 0000000..d66a821 --- /dev/null +++ b/contrib/depends/patches/unbound/disable-glibc-reallocarray.patch @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index 5c7da197..e2b25288 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1702,6 +1702,9 @@ AC_LINK_IFELSE([AC_LANG_SOURCE(AC_INCLUDES_DEFAULT + #ifndef _OPENBSD_SOURCE + #define _OPENBSD_SOURCE 1 + #endif ++#ifdef __linux__ ++# error reallocarray() is currently disabled on Linux to support glibc < 2.26 ++#endif + #include <stdlib.h> + int main(void) { + void* p = reallocarray(NULL, 10, 100); |
