Fix dependency install on Ubuntu 16.04 38/738/3
authorDamjan Marion <damarion@cisco.com>
Mon, 11 Apr 2016 17:29:39 +0000 (19:29 +0200)
committerGerrit Code Review <gerrit@fd.io>
Thu, 14 Apr 2016 23:29:48 +0000 (23:29 +0000)
Change-Id: I2a915a64c65ee78658ee782c0f16963024b8b2eb
Signed-off-by: Damjan Marion <damarion@cisco.com>
Makefile

index 31222ca..4641b72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ MINIMAL_STARTUP_CONF="unix { interactive } dpdk { no-pci socket-mem 1024 }"
 GDB_ARGS= -ex "handle SIGUSR1 noprint nostop"
 
 DEB_DEPENDS  = curl build-essential autoconf automake bison libssl-dev ccache
-DEB_DEPENDS += debhelper dkms openjdk-7-jdk git libtool libganglia1-dev libapr1-dev
+DEB_DEPENDS += debhelper dkms default-jdk git libtool libganglia1-dev libapr1-dev
 DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope
 
 RPM_DEPENDS_GROUPS = 'Development Tools'