From 5e5fc9ce3a01edf28778a92e71476af5ef79b58345fba3c21d06d7f6e15e49fa Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Mon, 13 May 2013 18:23:10 +0000 Subject: [PATCH] - 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/package/show/Base:System/systemd?expand=0&rev=376 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 1 + systemd.changes | 5 +++++ systemd.spec | 1 + 4 files changed, 12 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index c804edb..18c65ce 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index a65bb80..accf911 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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} diff --git a/systemd.changes b/systemd.changes index c804edb..18c65ce 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index 4d1f6bd..ba368e0 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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}