so the maintainer can choose to use the packages shipped by distro.
Signed-off-by: Kefu Chai <kchai@redhat.com>
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
extraopts += -DBOOST_J=$(NUMJOBS)
endif
+ifneq (,$(filter with_system_libs,$(DEB_BUILD_OPTIONS)))
+ extraopts += -DWITH_SYSTEM_BOOST=ON
+ extraopts += -DWITH_SYSTEM_PMDK=ON
+endif
%:
dh $@ --buildsystem=cmake --with javahelper,python3,systemd --parallel