diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-09 16:56:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-09 17:05:24 -0700 |
commit | 3828ec6097da00e18c6ef12c85129a77bea83896 (patch) | |
tree | b124c0e44d9abda69d028643cbc648f0c557aacc /packaging/ubuntu | |
parent | c6704f2aa699ea4d3643b2e84c30b06f446f43a5 (diff) | |
download | subsurface-3828ec6097da00e18c6ef12c85129a77bea83896.tar.gz |
build-system: remove references to long gone support for libgit2 < 0.23
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu')
-rwxr-xr-x | packaging/ubuntu/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/ubuntu/debian/rules b/packaging/ubuntu/debian/rules index 7c7c63362..97fa17b6d 100755 --- a/packaging/ubuntu/debian/rules +++ b/packaging/ubuntu/debian/rules @@ -64,7 +64,6 @@ override_dh_auto_configure: -DLIBGIT2_LIBRARIES=$(MY_INSTALL_ROOT)/lib/libgit2.a \ -DLIBDIVECOMPUTER_INCLUDE_DIR=$(MY_INSTALL_ROOT)/include \ -DLIBDIVECOMPUTER_LIBRARIES=$(MY_INSTALL_ROOT)/lib/libdivecomputer.a \ - -DUSE_LIBGIT23_API=1 \ -DFORCE_LIBSSH=1 \ -DNO_PRINTING=OFF \ -DMAKE_TESTS=OFF \ |