Skip to content

Commit

Permalink
Explicitly enable python support for debian.
Browse files Browse the repository at this point in the history
Up until now we build only dummy not functioning python plugins
on Debian based systems. With the new build changes that means that the
plugins are no longer build as it only enables building of plugins that
actually do something.
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent de00f1b commit d99bacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -36,6 +36,7 @@ override_dh_auto_configure:
--with-bsrdir=/var/lib/bareos \
--with-logdir=/var/log/bareos \
--with-subsys-dir=/var/lock \
--with-python \
--enable-smartalloc \
--disable-conio \
--enable-readline \
Expand Down

0 comments on commit d99bacb

Please sign in to comment.