File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9
9
dh $@ --buildsystem=cmake
10
10
11
11
CCACHE := $(shell ccache --version 2>/dev/null)
12
-
13
12
ifdef CCACHE
14
13
CC := ccache
15
14
endif
16
15
16
+ OPTIONS = -DCMAKE_BUILD_TYPE=Release -DARCH=$(DEB_TARGET_ARCH ) -DCMAKE_CXX_COMPILER_LAUNCHER=$(CC ) -DWITH_DOCS=YES
17
+ DEPENDENCIES_CONFIG = -DLINK=STATIC -DLIBCAP_BUILD_OWN=YES -DLIBSECCOMP_BUILD_OWN=YES -DLIBTCLAP_BUILD_OWN=YES -DSCDOC_BUILD_OWN=YES
18
+
17
19
override_dh_auto_configure :
18
- dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DLINK=DYNAMIC -DLIBSECCOMP_BUILD_OWN=NO -DLIBSECCOMP_PREFIX=/usr/lib/x86_64-linux-gnu -DARCH= $( DEB_TARGET_ARCH ) -DCMAKE_CXX_COMPILER_LAUNCHER= $( CC )
20
+ dh_auto_configure -- $( OPTIONS ) $( DEPENDENCIES_CONFIG )
19
21
20
22
override_dh_auto_test :
21
23
echo Tests skipped
You can’t perform that action at this time.
0 commit comments