Accepting request 1104969 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1104969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=197
This commit is contained in:
commit
1be888f361
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 19 13:42:08 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Use %_firmwaredir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 01:56:45 UTC 2023 - Joey Lee <jlee@suse.com>
|
||||
|
||||
|
@ -30,6 +30,10 @@
|
||||
%endif
|
||||
%global modprobe_d_files 50-bluetooth.conf
|
||||
|
||||
%if %{undefined _firmwaredir}
|
||||
%define _firmwaredir /lib/firmware
|
||||
%endif
|
||||
|
||||
Name: bluez
|
||||
Version: 5.68
|
||||
Release: 0
|
||||
@ -235,7 +239,7 @@ export CC=gcc-8
|
||||
%endif
|
||||
# header file has "#ifndef FIRMWARE_DIR...#define FIRMWARE_DIR /etc/firmare"
|
||||
# instead of patching, just supply FIRMWARE_DIR on compiler's command line
|
||||
export CPPFLAGS="$CPPFLAGS -DFIRMWARE_DIR='\"/lib/firmware\"'"
|
||||
export CPPFLAGS="$CPPFLAGS -DFIRMWARE_DIR='\"%{_firmwaredir}\"'"
|
||||
# because of patch4...
|
||||
autoreconf -fi
|
||||
# --enable-experimental is needed or btattach does not build (bug?)
|
||||
|
Loading…
Reference in New Issue
Block a user