Skip to content
Snippets Groups Projects
Commit 7bf23ae1 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

pkg/relic: disable newline-eof compile error

parent d0140a9e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment