SHA256
1
0
forked from pool/systemd

Accepting request 175311 from home:rmilasan:branches:Base:System

- Fix firmware loading by enabling --with-firmware-path (bnc#817551).

- Fix firmware loading by enabling --with-firmware-path (bnc#817551).

OBS-URL: https://build.opensuse.org/request/show/175311
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=376
This commit is contained in:
Robert Milasan 2013-05-13 18:23:10 +00:00 committed by Git OBS Bridge
parent 0ee91fe7f6
commit fc77a05c71
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com
- Fix firmware loading by enabling --with-firmware-path (bnc#817551).
-------------------------------------------------------------------
Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de

View File

@ -423,6 +423,7 @@ export V=1
--enable-selinux \
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware"
CFLAGS="%{optflags}"
make %{?_smp_mflags}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com
- Fix firmware loading by enabling --with-firmware-path (bnc#817551).
-------------------------------------------------------------------
Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de

View File

@ -418,6 +418,7 @@ export V=1
--enable-selinux \
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware"
CFLAGS="%{optflags}"
make %{?_smp_mflags}