ports/security/fwknop/patches/patch-client_log_msg_h

16 lines
464 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix compilation with -fno-common flag.
https://github.com/mrash/fwknop/pull/319
Index: client/log_msg.h
--- client/log_msg.h.orig
+++ client/log_msg.h
@@ -38,7 +38,7 @@ enum
LOG_VERBOSITY_INFO, /*!< Constant to define a INFO message */
LOG_VERBOSITY_DEBUG, /*!< Constant to define a DEBUG message */
LOG_LAST_VERBOSITY
-} log_level_t;
+};
#define LOG_DEFAULT_VERBOSITY LOG_VERBOSITY_NORMAL /*!< Default verbosity to use */