aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index ec02057..a71a5ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_BUILDDIR := build
-DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify
-
-#post-patches::
-# cd build && ../autogen.sh
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \
+ --enable-network-manager \
+ --with-libnotify \
+ --with-pam
bgstack15