Skip to content

Commit

Permalink
Merge pull request #8412 from smlng/pkg/relic/fix_newline-eof
Browse files Browse the repository at this point in the history
pkg/relic: disable newline-eof compile error
  • Loading branch information
miri64 authored Jan 23, 2018
2 parents d0140a9 + 7bf23ae commit ae437cd
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 ae437cd

Please sign in to comment.