mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Allow static libgit2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
74447d6389
commit
ebd22b9abc
2 changed files with 7 additions and 3 deletions
|
@ -18,8 +18,8 @@ override_dh_auto_clean:
|
|||
|
||||
override_dh_auto_configure:
|
||||
(cd libdivecomputer ; autoreconf --install ; ./configure ; make)
|
||||
(mkdir libgit2/build ; cd libgit2/build ; cmake .. ; make )
|
||||
qmake LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 subsurface.pro
|
||||
(mkdir libgit2/build ; cd libgit2/build ; cmake -DBUILD_SHARED_LIBS=OFF .. ; sed -i 's/.so$/.a/' CMakeCache.txt ; make )
|
||||
qmake LIBDCDEVEL=./libdivecomputer LIBGIT2DEVEL=./libgit2 LIBGIT2STATIC=1 subsurface.pro
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue