From 7bf23ae15b6963a7739eb19377042ef72c9dd291 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Tue, 23 Jan 2018 14:13:47 +0100 Subject: [PATCH] pkg/relic: disable newline-eof compile error --- pkg/relic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/relic/Makefile b/pkg/relic/Makefile index 7b26baba4f..78906b187c 100644 --- a/pkg/relic/Makefile +++ b/pkg/relic/Makefile @@ -15,7 +15,7 @@ $(PKG_BUILDDIR)/comp-options.cmake: fix_source $(PKG_BUILDDIR)/Makefile: $(PKG_BUILDDIR)/comp-options.cmake cd "$(PKG_BUILDDIR)" && COMP="$(filter-out -Werror=old-style-definition -Werror=strict-prototypes, $(CFLAGS) ) " cmake -DCMAKE_TOOLCHAIN_FILE=comp-options.cmake -DCHECK=off -DTESTS=0 -DBENCH=0 -DSHLIB=off -Wno-dev $(RELIC_CONFIG_FLAGS) . -CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function +CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function -Wno-newline-eof fix_source: git-download ./fix-util_print_wo_args.sh $(PKG_BUILDDIR) -- GitLab