SHA256
1
0
forked from pool/systemd

Accepting request 175317 from Base:System

missing backslash (forwarded request 175316 from rmilasan)

OBS-URL: https://build.opensuse.org/request/show/175317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=138
This commit is contained in:
Stephan Kulow 2013-05-13 20:50:06 +00:00 committed by Git OBS Bridge
parent 239b75e388
commit 4d1cc33148
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}