diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2017-11-13 19:00:01 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2017-11-13 21:10:06 -0500 |
commit | 335446d164fc96a08c119171d696ffea030f71ff (patch) | |
tree | 5c2990246155d1ae00e35c3f755d5e690f7caa8d /contrib/packages/deb/ubuntu-xenial | |
parent | bce950b70a310ff4614807aa2f0904a826b6b30a (diff) | |
download | tigervnc-335446d164fc96a08c119171d696ffea030f71ff.tar.gz tigervnc-335446d164fc96a08c119171d696ffea030f71ff.zip |
Fix build Java errors caused by UTF-8 characters in source comments
See issue #534
Diffstat (limited to 'contrib/packages/deb/ubuntu-xenial')
-rw-r--r-- | contrib/packages/deb/ubuntu-xenial/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/deb/ubuntu-xenial/debian/rules b/contrib/packages/deb/ubuntu-xenial/debian/rules index 1a7a20b5..531a1c44 100644 --- a/contrib/packages/deb/ubuntu-xenial/debian/rules +++ b/contrib/packages/deb/ubuntu-xenial/debian/rules @@ -138,7 +138,7 @@ build-indep-stamp: # anything for this package. #/usr/bin/docbook-to-man debian/vnc.sgml > vnc.1 (cd media;make) - (cd java;cmake -G"Unix Makefiles";JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" make) + (cd java;cmake -G"Unix Makefiles";make) touch build-indep-stamp |