summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-27 19:29:46 +0200
committerIsmael Luceno2019-05-27 19:29:46 +0200
commit316d8d4556572447ad2096384d6391d64072a9d6 (patch)
treeab6da0b1896d6e18b8a5fdda9d80aaac882daf04 /net
parenta9abe393cc8972a3e24da1a23755db067e245dd8 (diff)
libnftnl: Don't prevent build because of misconfigured kernel
Diffstat (limited to 'net')
-rw-r--r--net/libnftnl/HISTORY4
-rwxr-xr-xnet/libnftnl/PRE_BUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/net/libnftnl/HISTORY b/net/libnftnl/HISTORY
index 85c14e404d..d5581bf022 100644
--- a/net/libnftnl/HISTORY
+++ b/net/libnftnl/HISTORY
@@ -1,6 +1,8 @@
+2019-05-27 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Don't prevent build because of misconfigured kernel
+
2018-11-30 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.1.2
2014-12-29 Eric Sandall <sandalle@sourcemage.org>
* Created
-
diff --git a/net/libnftnl/PRE_BUILD b/net/libnftnl/PRE_BUILD
index 139bcd8fa1..28c9f9c12c 100755
--- a/net/libnftnl/PRE_BUILD
+++ b/net/libnftnl/PRE_BUILD
@@ -1,8 +1,7 @@
if [[ "$(get_kernel_config CONFIG_NF_TABLES)" != "y" &&
"$(get_kernel_config CONFIG_NF_TABLES)" != "m" ]]; then
message "${SPELL_COLOR}$SPELL${DEFAULT_COLOR}${PROBLEM_COLOR} requires" \
- "CONFIG_NF_TABLES module/built-in${DEFAULT_COLOR}" &&
- return 1
+ "CONFIG_NF_TABLES module/built-in${DEFAULT_COLOR}"
fi &&
default_pre_build