summaryrefslogtreecommitdiffstats
path: root/contrib/packages
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages')
-rwxr-xr-xcontrib/packages/deb/ubuntu-precise/debian/rules2
-rwxr-xr-xcontrib/packages/deb/ubuntu-trusty/debian/rules2
-rw-r--r--contrib/packages/deb/ubuntu-xenial/debian/rules2
-rw-r--r--contrib/packages/rpm/el6/SPECS/tigervnc.spec2
-rw-r--r--contrib/packages/rpm/el7/SPECS/tigervnc.spec2
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/packages/deb/ubuntu-precise/debian/rules b/contrib/packages/deb/ubuntu-precise/debian/rules
index f803861c..7d5f4ac6 100755
--- a/contrib/packages/deb/ubuntu-precise/debian/rules
+++ b/contrib/packages/deb/ubuntu-precise/debian/rules
@@ -144,7 +144,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
diff --git a/contrib/packages/deb/ubuntu-trusty/debian/rules b/contrib/packages/deb/ubuntu-trusty/debian/rules
index 3811477c..08e974c0 100755
--- a/contrib/packages/deb/ubuntu-trusty/debian/rules
+++ b/contrib/packages/deb/ubuntu-trusty/debian/rules
@@ -151,7 +151,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
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
diff --git a/contrib/packages/rpm/el6/SPECS/tigervnc.spec b/contrib/packages/rpm/el6/SPECS/tigervnc.spec
index 447eb7fb..fce7d2d6 100644
--- a/contrib/packages/rpm/el6/SPECS/tigervnc.spec
+++ b/contrib/packages/rpm/el6/SPECS/tigervnc.spec
@@ -342,7 +342,7 @@ pushd java
-DJAVA_TSA_URL=http://timestamp.geotrust.com/tsa .
%endif
-JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" make
+make
popd
%install
diff --git a/contrib/packages/rpm/el7/SPECS/tigervnc.spec b/contrib/packages/rpm/el7/SPECS/tigervnc.spec
index 2f74fcbe..d91c174f 100644
--- a/contrib/packages/rpm/el7/SPECS/tigervnc.spec
+++ b/contrib/packages/rpm/el7/SPECS/tigervnc.spec
@@ -262,7 +262,7 @@ pushd java
-DJAVA_TSA_URL=http://timestamp.geotrust.com/tsa .
%endif
-JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" make
+make
popd
%install