Dirk Mueller
0d8b4becdb
Is there any specific reason preventing us from directly bumping the base package version? OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=371
27 lines
961 B
Diff
27 lines
961 B
Diff
Index: bluez-5.71/Makefile.in
|
|
===================================================================
|
|
--- bluez-5.71.orig/Makefile.in
|
|
+++ bluez-5.71/Makefile.in
|
|
@@ -4179,7 +4179,7 @@ unit_tests = $(am__append_68) 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 = $(prefix)/lib/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: bluez-5.71/Makefile.tools
|
|
===================================================================
|
|
--- bluez-5.71.orig/Makefile.tools
|
|
+++ bluez-5.71/Makefile.tools
|
|
@@ -541,7 +541,7 @@ endif
|
|
endif
|
|
|
|
if CUPS
|
|
-cupsdir = $(libdir)/cups/backend
|
|
+cupsdir = $(prefix)/lib/cups/backend
|
|
|
|
cups_PROGRAMS = profiles/cups/bluetooth
|
|
|