From d6b65b8f550479405ee40854882867dd109d7b96 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 4 May 2010 08:23:25 +0200 Subject: Enable PAM plugin --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/rules') 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 -- cgit