mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
launchpad build: link against dynamic libgit2 system library
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b05d15933f
commit
b0228b51ed
1 changed files with 1 additions and 1 deletions
|
@ -55,9 +55,9 @@ override_dh_auto_configure:
|
|||
(mkdir subsurface-build ; cd subsurface-build ; \
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIBGIT2_INCLUDE_DIR=$(MY_INSTALL_ROOT)/include \
|
||||
-DLIBDIVECOMPUTER_INCLUDE_DIR=$(MY_INSTALL_ROOT)/include \
|
||||
-DLIBDIVECOMPUTER_LIBRARIES=$(MY_INSTALL_ROOT)/lib/libdivecomputer.a \
|
||||
-DLIBGIT2_DYNAMIC=ON -DLIBGIT2_FROM_PKGCONFIG=ON \
|
||||
-DFORCE_LIBSSH=1 \
|
||||
-DNO_PRINTING=OFF \
|
||||
-DMAKE_TESTS=OFF \
|
||||
|
|
Loading…
Reference in a new issue