diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-04 14:10:38 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-04 14:10:38 -0700 |
commit | 1b2cfd63e552c32cd3efecc6c586a947f638af9f (patch) | |
tree | 18c67bd73efb4b6b3882d199ca21a660ba8d1fd1 /debian/control | |
parent | ff2b219abd48d246fb7096d76c7044db7afc2d5d (diff) | |
download | infinitytier-1b2cfd63e552c32cd3efecc6c586a947f638af9f.tar.gz infinitytier-1b2cfd63e552c32cd3efecc6c586a947f638af9f.zip |
add libstdc++ dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3e9b6494..a9554f19 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://www.zerotier.com/ Package: zerotier-one Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2, adduser +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2, adduser, libstdc++6 Homepage: https://www.zerotier.com/ Description: ZeroTier network virtualization service ZeroTier One lets you join ZeroTier virtual networks and |