diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-28 13:11:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-28 13:11:44 +0100 |
commit | 5554bd6fde6b7cbd71543f18ead848a0ab965706 (patch) | |
tree | 5ba650361c92079b75009a019b20797dc24d0572 /recipes/packagekit/files/no_validate.patch | |
parent | 9d5b227e6707347381884e1195077b2e5b6be9c9 (diff) |
packagekit: add 0.4.5
Diffstat (limited to 'recipes/packagekit/files/no_validate.patch')
-rw-r--r-- | recipes/packagekit/files/no_validate.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/packagekit/files/no_validate.patch b/recipes/packagekit/files/no_validate.patch new file mode 100644 index 0000000000..f987b567df --- /dev/null +++ b/recipes/packagekit/files/no_validate.patch @@ -0,0 +1,21 @@ +Index: PackageKit-0.3.8/configure.ac +=================================================================== +--- PackageKit-0.3.8.orig/configure.ac 2008-11-04 21:37:17.000000000 +0000 ++++ PackageKit-0.3.8/configure.ac 2008-11-04 21:37:57.000000000 +0000 +@@ -451,11 +451,11 @@ + polkit-grant >= $POLKIT_GRANT_REQUIRED) + AC_SUBST(POLKIT_CFLAGS) + AC_SUBST(POLKIT_LIBS) +- AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE], +- [polkit-policy-file-validate], [polkit-policy-file-validate]) +- if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then +- AC_MSG_ERROR([polkit-policy-file-validate not found]) +- fi ++ #AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE], ++ # [polkit-policy-file-validate], [polkit-policy-file-validate]) ++ #if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then ++ # AC_MSG_ERROR([polkit-policy-file-validate not found]) ++ #fi + AC_DEFINE(USE_SECURITY_POLKIT, 1, [if we should use PolicyKit]) + elif test x$with_security_framework = xdummy; then + AC_DEFINE(USE_SECURITY_DUMMY, 1, [if we should use a dummy security framework]) |