Skip to content

Commit

Permalink
debian: Relax compiler to continue on warnings (Closes: #957364)
Browse files Browse the repository at this point in the history
Upstream fixed this in jerryscript submodule
but iotjs is not supporting it yet.

Relate-to: jerryscript-project#1945
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I4d84de2e826cc259d0f1cff75c797ec70cb1db65
  • Loading branch information
rzr committed Jul 25, 2020
1 parent a708472 commit a4c6ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export CMAKE_OPTIONS
docbook-to-man $< > $@

override_dh_auto_configure:
sed -e 's/-Werror=.*)/)/g' -e 's/-Werror//g' \
-i deps/*/CMakeLists.txt
dh_auto_configure -- ${CMAKE_OPTIONS}

override_dh_installman: debian/${project}.1
Expand Down

0 comments on commit a4c6ae4

Please sign in to comment.