We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a1cf6 commit 53cbf19Copy full SHA for 53cbf19
debian/rules
@@ -18,7 +18,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
18
export DEB_LDFLAGS_MAINT_APPEND := -lpthread
19
20
ifneq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
21
- echo "Found 'nodoc' in 'DEB_BUILD_OPTIONS'; not building documentation"
22
DOCS=OFF
23
else
24
DOCS=ON
@@ -29,6 +28,7 @@ endif
29
28
dh $@
30
31
override_dh_auto_configure:
+ [ "$(DOCS)" = "ON" ] || echo "Found 'nodoc' in 'DEB_BUILD_OPTIONS'; not building documentation"
32
dh_auto_configure -- \
33
-DBUILD_VERSION=$(DEB_VERSION_UPSTREAM) \
34
-DENABLE_MONGOC=ON \
0 commit comments