Skip to content

Commit

Permalink
Merge pull request #8414 from smlng/backport/8412
Browse files Browse the repository at this point in the history
[backport] pkg/relic: disable newline-eof compile error
  • Loading branch information
miri64 authored Jan 23, 2018
2 parents 8ae9ba6 + adebe6b commit 4ca5eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/relic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ca5eed

Please sign in to comment.