]> git.pld-linux.org Git - packages/PackageKit.git/commitdiff
- these files are not need at buildtime auto/ti/PackageKit-0_3_4-3
authorshadzik <shadzik@pld-linux.org>
Tue, 25 Nov 2008 21:28:41 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PackageKit-ac.patch -> 1.1

PackageKit-ac.patch [new file with mode: 0644]

diff --git a/PackageKit-ac.patch b/PackageKit-ac.patch
new file mode 100644 (file)
index 0000000..fb52d43
--- /dev/null
@@ -0,0 +1,29 @@
+--- configure.ac       2008-09-22 16:44:51.000000000 +0200
++++ configure.ac-new   2008-11-25 22:24:11.551376250 +0100
+@@ -380,13 +380,7 @@
+           AS_HELP_STRING([--with-security-framework=<option>],
+                          [Default security framework to use polkit,dummy]))
+ # try and guess this if nothing is listed
+-if test x$with_security_framework = x; then
+-      if test -f /usr/bin/polkit-action ; then
+-              with_security_framework=polkit
+-      else
+-              AC_MSG_ERROR([--with-security-framework explicitly required when not using PolicyKit or RBAC])
+-      fi
+-fi
++      with_security_framework=polkit
+ AC_DEFINE_UNQUOTED(security_framework, "$with_security_framework", [default security framework])
+ AC_SUBST(security_framework, "$with_security_framework")
+@@ -397,11 +391,6 @@
+                         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_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])
This page took 0.083514 seconds and 4 git commands to generate.