aports/main/freeswitch/explicit-darwin-macro.patch
Francesco Colista 9359922aac main/freeswitch: upgrade to 1.10.7
This is a major release with more than 300 changes
containing fixes for 5 security advisories

Added CVEs comment since this is also a security upgrade

Removed unused patch

See:https://github.com/signalwire/freeswitch/releases/tag/v1.10.7
2021-11-03 14:50:19 +00:00

16 lines
396 B
Diff

diff --git a/libs/apr/include/apr_general.h b/libs/apr/include/apr_general.h
index 3a95628..42eec83 100644
--- a/libs/apr/include/apr_general.h
+++ b/libs/apr/include/apr_general.h
@@ -29,10 +29,6 @@
#include "apr_pools.h"
#include "apr_errno.h"
-#if !defined(_ANSI_SOURCE) && defined(_DARWIN_C_SOURCE)
-#define NSIG __DARWIN_NSIG
-#endif
-
#if APR_HAVE_SIGNAL_H
#include <signal.h>
#endif