18 lines
640 B
Diff
18 lines
640 B
Diff
#
|
|
# Fix use of undefined _pk_debug
|
|
#
|
|
# Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=239573
|
|
# Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=17904
|
|
#
|
|
--- a/src/polkit/polkit-authorization-db-dummy.c 2008-05-31 07:24:44.000000000 +1000
|
|
+++ b/src/polkit/polkit-authorization-db-dummy.c 2008-10-05 03:54:29.000000000 +1100
|
|
@@ -105,7 +105,7 @@
|
|
polkit_authorization_db_debug (PolKitAuthorizationDB *authdb)
|
|
{
|
|
kit_return_if_fail (authdb != NULL);
|
|
- _pk_debug ("PolKitAuthorizationDB: refcount=%d", authdb->refcount);
|
|
+ polkit_debug ("PolKitAuthorizationDB: refcount=%d", authdb->refcount);
|
|
}
|
|
|
|
polkit_bool_t
|