blob: 11b7e4ac50115a4764a2409ced192ceef2c69b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
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 =
|