1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/relic: disable newline-eof compile error

This commit is contained in:
smlng 2018-01-23 14:13:47 +01:00
parent d0140a9ec8
commit 7bf23ae15b

View File

@ -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)