PolicyKit/pam-polkit-console Makefile.am,1.1,1.2
David Zeuthen
david at kemper.freedesktop.org
Tue Jun 6 07:48:29 PDT 2006
Update of /cvs/hal/PolicyKit/pam-polkit-console
In directory kemper:/tmp/cvs-serv28998/pam-polkit-console
Modified Files:
Makefile.am
Log Message:
2006-06-06 David Zeuthen <davidz at redhat.com>
Patch from Frederic Peters <fpeters at entrouvert.com>. jhbuild
monitors files being installed and prevents them from being
written out of its target directory. This means HAL now prevents
jhautobuild[1] to complete since pam-polkit-console hardcodes
/lib/security. Attached is a patch with a configure
option (--with-pam-module-dir) so it is possible to set an other
directory. [1] http://jhbuild.bxlug.be
* pam-polkit-console/Makefile.am:
* configure.in:
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/PolicyKit/pam-polkit-console/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 5 Jun 2006 23:39:00 -0000 1.1
+++ Makefile.am 6 Jun 2006 14:48:27 -0000 1.2
@@ -2,7 +2,7 @@
LOCKDIR = $(localstatedir)/run/polkit-console
LOCKDIRMODE = 0700
-securelibdir = /lib/security
+securelibdir = $(PAM_MODULE_DIR)
securelib_LTLIBRARIES = pam_polkit_console.la
pam_polkit_console_la_LDFLAGS = -no-undefined -avoid-version -module
More information about the hal-commit
mailing list