fwknop: fix compilation with GCC10

Added PKG_LICENSE_FILES.

Added PKG_BUILD_PARALLEL for faster compilation.

Simplified configure arguments.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-07-03 15:34:14 -07:00
parent 3331857824
commit 9b4a8f12a3
2 changed files with 19 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/client/log_msg.h
+++ b/client/log_msg.h
@@ -29,7 +29,7 @@
#ifndef LOG_MSG_H
#define LOG_MSG_H
-enum
+static enum
{
LOG_FIRST_VERBOSITY = 0,
LOG_VERBOSITY_ERROR = 0, /*!< Constant to define a ERROR message */