mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
Closes: https://bugs.gentoo.org/964983 Bug: https://bugs.gentoo.org/698394 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44627 Closes: https://github.com/gentoo/gentoo/pull/44627 Signed-off-by: Sam James <sam@gentoo.org>
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
https://bugs.gentoo.org/698394
|
|
https://bugs.gentoo.org/964983
|
|
https://github.com/bluez/bluez/issues/806
|
|
https://github.com/bluez/bluez/commit/ebd6f9fefa269535b76e28ccc3fa64764f4bd98b
|
|
https://patchwork.kernel.org/project/bluetooth/patch/20251111155644.11675-4-parona@protonmail.com/
|
|
|
|
From ebd6f9fefa269535b76e28ccc3fa64764f4bd98b Mon Sep 17 00:00:00 2001
|
|
From: Alfred Wingate <parona@protonmail.com>
|
|
Date: Tue, 11 Nov 2025 15:58:19 +0000
|
|
Subject: [PATCH] build: obexd: Revert "Fix make distcheck"
|
|
|
|
Fixes: https://github.com/bluez/bluez/issues/806
|
|
Reverts: 9cc8b97b8 ("build: obexd: Fix make distcheck")
|
|
--- a/Makefile.obexd
|
|
+++ b/Makefile.obexd
|
|
@@ -4,9 +4,6 @@ if OBEX
|
|
if SYSTEMD
|
|
systemduserunit_DATA += obexd/src/obex.service
|
|
|
|
-dbussessionbusdir = $(DBUS_SESSIONBUSDIR)
|
|
-dbussessionbus_DATA = obexd/src/org.bluez.obex.service
|
|
-
|
|
obexd-add-service-symlink:
|
|
$(LN_S) -f obex.service $(DESTDIR)$(SYSTEMD_USERUNITDIR)/dbus-org.bluez.obex.service
|
|
|
|
@@ -17,6 +14,10 @@ obexd-add-service-symlink:
|
|
obexd-remove-service-symlink:
|
|
endif
|
|
|
|
+dbussessionbusdir = $(DBUS_SESSIONBUSDIR)
|
|
+dbussessionbus_DATA = obexd/src/org.bluez.obex.service
|
|
+
|
|
+
|
|
obex_plugindir = $(libdir)/obex/plugins
|
|
|
|
obexd_builtin_modules =
|