Skip to content
Snippets Groups Projects
Commit f0e06c2f authored by ale's avatar ale
Browse files

add missing --with systemd to dh

parent 94bf1c34
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ export PYBUILD_NAME=authserv
PAM_INST_DIR = $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/security
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --with python2 --with systemd --buildsystem=python_distutils
override_dh_auto_build:
(cd pam && ./autogen.sh && ./configure --prefix=/usr --with-pam-dir=/lib/$(DEB_HOST_MULTIARCH)/security && make)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment