diff options
author | thegeorg <[email protected]> | 2025-08-24 15:59:56 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-08-24 16:16:25 +0300 |
commit | 44b8a2e37ee4a558fdbcb5cc4ebd38f3c624586f (patch) | |
tree | 104fc4605093a1fdfb55d15a20003cef3b91e802 /contrib/libs/libevent/patches/config.patch | |
parent | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (diff) |
Bump nixpkgs revision to 24.05
commit_hash:5adc9b27af48577e01225ed6df2f1cc0c2d7e7db
Diffstat (limited to 'contrib/libs/libevent/patches/config.patch')
-rw-r--r-- | contrib/libs/libevent/patches/config.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/libs/libevent/patches/config.patch b/contrib/libs/libevent/patches/config.patch new file mode 100644 index 00000000000..93f6fca5e3b --- /dev/null +++ b/contrib/libs/libevent/patches/config.patch @@ -0,0 +1,18 @@ +--- contrib/libs/libevent/include/event2/event-config-linux.h (index) ++++ contrib/libs/libevent/include/event2/event-config-linux.h (working tree) +@@ -30,13 +30,13 @@ + /* #undef EVENT__HAVE_AFUNIX_H */ + + /* Define to 1 if you have the `arc4random' function. */ +-#define EVENT__HAVE_ARC4RANDOM 1 ++/* #undef EVENT__HAVE_ARC4RANDOM */ + + /* Define to 1 if you have the `arc4random_addrandom' function. */ + /* #undef EVENT__HAVE_ARC4RANDOM_ADDRANDOM */ + + /* Define to 1 if you have the `arc4random_buf' function. */ +-#define EVENT__HAVE_ARC4RANDOM_BUF 1 ++/* #undef EVENT__HAVE_ARC4RANDOM_BUF */ + + /* Define to 1 if you have the <arpa/inet.h> header file. */ + #define EVENT__HAVE_ARPA_INET_H 1 |