d5b1e8e1bf
- place socket in /run , not /var/run (bluez-sdp-unix-path.patch) OBS-URL: https://build.opensuse.org/request/show/199034 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=146
12 lines
315 B
Diff
12 lines
315 B
Diff
--- bluez-5.8.orig/lib/sdp.h
|
|
+++ bluez-5.8/lib/sdp.h
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
#include <stdint.h>
|
|
#include <bluetooth/bluetooth.h>
|
|
|
|
-#define SDP_UNIX_PATH "/var/run/sdp"
|
|
+#define SDP_UNIX_PATH "/run/sdp"
|
|
#define SDP_RESPONSE_TIMEOUT 20
|
|
#define SDP_REQ_BUFFER_SIZE 2048
|
|
#define SDP_RSP_BUFFER_SIZE 65535
|