summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFokko Driesprong <fokko@driesprong.frl>2019-02-01 20:31:58 +0100
committerJames E. King III <jking@apache.org>2019-02-01 14:31:58 -0500
commit1686c87024766015d510fc007aeef548a9c1a2a0 (patch)
tree69309430f0983c5dc91e8bf33de604b4a0672168 /debian
parent3ec4031a4c6d685bcc02fa10dd13b2df58732b82 (diff)
downloadthrift-1686c87024766015d510fc007aeef548a9c1a2a0.tar.gz
THRIFT-4766: Fix JDK11 build (#1723)
* [THRIFT-4766] Enable JDK9 build * THRIFT-4766: build on bionic using native jdk (java-11-openjdk) Change from headless to the normal JDK. Maybe the libasound is pulled in transitively.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9818a37a2..9de66fc27 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), build-essential, mono-mcs, python-dev, ant,
pkg-config, libtool, bison, flex, libboost-dev | libboost1.53-dev | libboost1.63-all-dev,
python-all, python-setuptools, python-all-dev, python-all-dbg,
python3-all, python3-setuptools, python3-all-dev, python3-all-dbg,
- openjdk-7-jdk | openjdk-8-jdk | default-jdk,
+ openjdk-8-jdk | openjdk-8-jdk-headless | openjdk-11-jdk | openjdk-11-jdk-headless | default-jdk,
libboost-test-dev | libboost-test1.53-dev | libboost-test1.63-dev, libevent-dev, libssl-dev, perl (>= 5.8.0-7),
php (>= 5), php-dev (>= 5), libglib2.0-dev, qtchooser, qtbase5-dev-tools
Maintainer: Thrift Developer's <dev@thrift.apache.org>