Accepting request 687000 from home:dimstar:Factory
- Use / as sed command delimiter. Comma can actually show up in optflags (think -Wl,…), which then breaks the sed command line parsing. OBS-URL: https://build.opensuse.org/request/show/687000 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/libgdiplus?expand=0&rev=4
This commit is contained in:
parent
966ef87f9b
commit
a9bda266b6
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 15:51:46 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use / as sed command delimiter. Comma can actually show up in
|
||||
optflags (think -Wl,…), which then breaks the sed command line
|
||||
parsing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 13:16:18 UTC 2015 - i@marguerite.su
|
||||
|
||||
|
@ -69,7 +69,7 @@ using System.Drawing.
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%patch1 -p1
|
||||
sed -i 's,-Wall,-Wall %{optflags},' src/Makefile.am
|
||||
sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
x
Reference in New Issue
Block a user