46c6c426d4
add 0001-mesh-Fix-segmentation-fault-on-Join-call.patch (boo#1152672) OBS-URL: https://build.opensuse.org/request/show/741493 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=277
27 lines
897 B
Diff
27 lines
897 B
Diff
Index: b/Makefile.in
|
|
===================================================================
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -3439,7 +3439,7 @@ unit_tests = $(am__append_54) unit/test-
|
|
@DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
|
@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
|
|
|
|
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
|
+@CUPS_TRUE@cupsdir = $(libexecdir)/cups/backend
|
|
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
|
@CUPS_TRUE@ profiles/cups/cups.h \
|
|
@CUPS_TRUE@ profiles/cups/sdp.c \
|
|
Index: b/Makefile.tools
|
|
===================================================================
|
|
--- a/Makefile.tools
|
|
+++ b/Makefile.tools
|
|
@@ -441,7 +441,7 @@ endif
|
|
endif
|
|
|
|
if CUPS
|
|
-cupsdir = $(libdir)/cups/backend
|
|
+cupsdir = $(libexecdir)/cups/backend
|
|
|
|
cups_PROGRAMS = profiles/cups/bluetooth
|
|
|