Added explicit threads link dependency

This commit is contained in:
Bartek Kryza
2022-06-12 23:03:52 +02:00
parent 58b7b8a32f
commit 0ae98ae2ac
3 changed files with 36 additions and 112 deletions

View File

@@ -4,7 +4,7 @@ export DH_VERBOSE=1
export CLANGUML_GIT_TOPLEVEL_DIR=$(CURDIR)
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_REQUIRED_LIBRARIES="pthread"
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr
%: