diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 04:17:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-10 04:20:43 +0200 |
commit | d69e39a324a20bb3d92de94b29eb9eb690ea579a (patch) | |
tree | 0b72d59637354013b03da3cf23d814f939970980 /package/clamav/patches/patch-libclamav_mbox_c | |
parent | 6fadbd51ba79f5d50e9be4b5a495cc4a6da0a182 (diff) |
drop old packages: pcre, clamav, snort, ngrep, spandsp and freeswitch
Diffstat (limited to 'package/clamav/patches/patch-libclamav_mbox_c')
-rw-r--r-- | package/clamav/patches/patch-libclamav_mbox_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/clamav/patches/patch-libclamav_mbox_c b/package/clamav/patches/patch-libclamav_mbox_c deleted file mode 100644 index 86e81131a..000000000 --- a/package/clamav/patches/patch-libclamav_mbox_c +++ /dev/null @@ -1,11 +0,0 @@ ---- clamav-0.103.0.orig/libclamav/mbox.c 2020-09-13 02:27:10.000000000 +0200 -+++ clamav-0.103.0/libclamav/mbox.c 2021-01-28 04:48:50.156979494 +0100 -@@ -91,7 +91,7 @@ - #include <features.h> - #endif - --#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 -+#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 && !defined(__UCLIBC__) || defined(__UCLIBC_HAS_BACKTRACE__) - #define HAVE_BACKTRACE - #endif - #endif |