diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-01 00:57:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-01 00:57:08 +0000 |
commit | d7200a82581f47f143f3603d4db3a7229fdc73aa (patch) | |
tree | ff08c2be41d3fa4fec791263b065d4ac4677bba2 /sysutils/policykit/files/patch-src_polkit-grant_Makefile.am | |
parent | - Add entries for irc/undernet-ircu (diff) |
Update to 0.8, and fix a problem where policy updates were not processed
dynamically.
Diffstat (limited to 'sysutils/policykit/files/patch-src_polkit-grant_Makefile.am')
-rw-r--r-- | sysutils/policykit/files/patch-src_polkit-grant_Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/policykit/files/patch-src_polkit-grant_Makefile.am b/sysutils/policykit/files/patch-src_polkit-grant_Makefile.am index 73f38d381015..a56ba665e44f 100644 --- a/sysutils/policykit/files/patch-src_polkit-grant_Makefile.am +++ b/sysutils/policykit/files/patch-src_polkit-grant_Makefile.am @@ -1,11 +1,11 @@ ---- src/polkit-grant/Makefile.am.orig 2007-12-23 01:40:02.000000000 -0500 -+++ src/polkit-grant/Makefile.am 2007-12-23 01:40:27.000000000 -0500 -@@ -47,7 +47,7 @@ polkit_grant_helper_SOURCES = polkit-gra - polkit_grant_helper_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/src/polkit/libpolkit.la $(top_builddir)/src/polkit-dbus/libpolkit-dbus.la libpolkit-grant.la +--- src/polkit-grant/Makefile.am.orig 2008-04-21 23:53:20.000000000 -0400 ++++ src/polkit-grant/Makefile.am 2008-04-21 23:53:33.000000000 -0400 +@@ -60,7 +60,7 @@ polkit_grant_helper_LDADD = @GLIB_LIBS@ + if POLKIT_AUTHFW_PAM polkit_grant_helper_pam_SOURCES = polkit-grant-helper-pam.c -polkit_grant_helper_pam_LDADD = @AUTH_LIBS@ +polkit_grant_helper_pam_LDADD = @AUTH_LIBS@ $(top_builddir)/src/polkit/libpolkit.la + endif - polkit_explicit_grant_helper_SOURCES = polkit-explicit-grant-helper.c - polkit_explicit_grant_helper_CFLAGS = @DBUS_CFLAGS@ + if POLKIT_AUTHFW_SHADOW |